Release 1.12 1.12 upstream/1.12
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 26 Feb 2013 13:01:53 +0000 (05:01 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 26 Feb 2013 13:01:53 +0000 (05:01 -0800)
ChangeLog
configure.ac

index f77dede..65b4ca6 100644 (file)
--- 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.
index 5b6a2bc..2be097d 100644 (file)
@@ -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])