From 6ff1052b41775b401381408c84fc2b9598b034a8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 26 Jun 2012 14:56:09 -0700 Subject: Release 1.2 --- ChangeLog | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 34f1bfd5..bb03e3c7 100644 --- 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. 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) -- cgit v1.2.3