Release 1.2
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 26 Jun 2012 21:56:09 +0000 (14:56 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 26 Jun 2012 21:56:09 +0000 (14:56 -0700)
ChangeLog
configure.ac

index 34f1bfd..bb03e3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+ver 1.2:
+       Fix issue with not handling WiFi security changes.
+       Fix issue with not stopping WiFi scanning on shutdown.
+       Fix issue with auto-scanning and network discovery.
+       Fix issue with D-Bus reply for hidden WiFi networks.
+       Fix issue with overlapping memory areas and DNS requests.
+       Add support for randomized DNS transaction identifiers.
+       Add support for DNS caching over TCP connections.
+       Add support for using default IPv6 privacy setting.
+       Add support for providing previous passphrase to agent.
+       Add support for configuration unprovisioning handling.
+       Add support for NetworkInterfaceBlacklist configuration.
+       Add support for Bluetooth DUN daemon (dundee).
+
 ver 1.1:
        Fix issue with missing message type and DHCPv4 support.
        Fix issue with potential NULL pointer in DHCPv6 handling.
index 72890d8..43fe5b1 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(connman, 1.1)
+AC_INIT(connman, 1.2)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AM_CONFIG_HEADER(config.h)