Release 1.13 1.13
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 9 Apr 2013 03:59:40 +0000 (20:59 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 9 Apr 2013 03:59:40 +0000 (20:59 -0700)
ChangeLog
configure.ac

index 65b4ca6..1292414 100644 (file)
--- 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.
index 9b09c2c..cff8b47 100644 (file)
@@ -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])