diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-06-26 14:56:09 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-06-26 14:56:09 -0700 |
commit | 6ff1052b41775b401381408c84fc2b9598b034a8 (patch) | |
tree | 978415f6826aa5ca904c0de6520332ae56228cee | |
parent | 2b84f61149ce85a0ce3d7d0e9c647c39aedd7187 (diff) | |
download | connman-6ff1052b41775b401381408c84fc2b9598b034a8.tar.gz connman-6ff1052b41775b401381408c84fc2b9598b034a8.tar.bz2 connman-6ff1052b41775b401381408c84fc2b9598b034a8.zip |
Release 1.21.2
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -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. diff --git a/configure.ac b/configure.ac index 72890d86..43fe5b1e 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |