diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-04-08 20:59:40 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2013-04-08 20:59:40 -0700 |
commit | c2ed55115bb97ffd4770f2d49667c515f39b34e7 (patch) | |
tree | f4cb091946371ee96d8c182ca9ff89dcd73bb612 | |
parent | 52e3d33545ea75ff0f6efd55ba3867788b31bd8f (diff) | |
download | connman-c2ed55115bb97ffd4770f2d49667c515f39b34e7.tar.gz connman-c2ed55115bb97ffd4770f2d49667c515f39b34e7.tar.bz2 connman-c2ed55115bb97ffd4770f2d49667c515f39b34e7.zip |
Release 1.131.13
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +ver 1.13: + Fix issue with auto-scanning of known hidden SSIDs. + Fix issue with not correctly terminated auto-scanning. + Fix issue with missing enforcing of immutable services. + Fix issue with missing handling of multiple connection attempts. + Fix issue with missing WISPr restart after nameserver change. + Fix issue with missing provisioning for IP address method. + Fix issue with missing IP configuration signal on disconnect. + Fix issue with DNS proxy and memory leaks on request timeouts. + Fix issue with DNS proxy and handling partial TCP messages. + Fix issue with DNS proxy and handling of EDNS0 buffers. + Fix issue with DNS proxy and handling of IPv6 loopback. + Fix issue with DNS proxy listening on all interfaces. + Fix issue with CDMA network creation. + ver 1.12: Fix issue with overwriting gateway address. Fix issue with missing IP address validation. diff --git a/configure.ac b/configure.ac index 9b09c2c3..cff8b478 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 1.12) +AC_INIT(connman, 1.13) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AC_CONFIG_HEADERS([config.h]) |