diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-06-15 11:06:33 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-06-15 11:06:33 -0700 |
commit | a84f639fbdaa4a135ca0bcdee73afcba6caca512 (patch) | |
tree | 1f3be04714403219e795a182f91271373ca63b02 | |
parent | eebd19ebc530c0321bfe4be4906485168e9f0d2a (diff) | |
download | connman-a84f639fbdaa4a135ca0bcdee73afcba6caca512.tar.gz connman-a84f639fbdaa4a135ca0bcdee73afcba6caca512.tar.bz2 connman-a84f639fbdaa4a135ca0bcdee73afcba6caca512.zip |
Release 0.750.75
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +ver 0.75: + Fix issue with 3G connect timeout handling. + Fix issue with WiFi raw key PSK handling. + Fix issue with DHCP renewal timeout handling. + Fix issue with DHCP and empty nameserver list. + Add support for unit testing. + ver 0.74: Fix issue with race condition in ready/online handling. Fix issue with DHCP release callback handling. diff --git a/configure.ac b/configure.ac index fa91a9c5..97274738 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.74) +AC_INIT(connman, 0.75) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |