summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-04-08 20:59:40 -0700
committerMarcel Holtmann <marcel@holtmann.org>2013-04-08 20:59:40 -0700
commitc2ed55115bb97ffd4770f2d49667c515f39b34e7 (patch)
treef4cb091946371ee96d8c182ca9ff89dcd73bb612
parent52e3d33545ea75ff0f6efd55ba3867788b31bd8f (diff)
downloadconnman-1.13.tar.gz
connman-1.13.tar.bz2
connman-1.13.zip
Release 1.131.13
-rw-r--r--ChangeLog15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 65b4ca6b..12924144 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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])