From 8397cbbc0a79d39cf3b1880f4fd3f3405b6bc6ad Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 26 Feb 2013 05:01:53 -0800 Subject: Release 1.12 --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f77dede9..65b4ca6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +ver 1.12: + Fix issue with overwriting gateway address. + Fix issue with missing IP address validation. + Fix issue with parsing of IPv6 configuration settings. + Fix issue with DHCP server address stored in host order. + Fix issue with resolver query failures and pending results. + Fix issue with wrongly reported max scan SSID parameter. + Fix issue with handling errors from WiFi fast scanning. + Add support for WiFi provisioning via NFC. + Add support for VPN daemon provisioning. + Add support for Ethernet provisioning. + ver 1.11: Fix issue with agent reference counting imbalance. Fix issue with handling max number of SSID for scanning. diff --git a/configure.ac b/configure.ac index 5b6a2bc2..2be097d4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 1.11) +AC_INIT(connman, 1.12) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3