diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-02-26 05:01:53 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2013-02-26 05:01:53 -0800 |
commit | 8397cbbc0a79d39cf3b1880f4fd3f3405b6bc6ad (patch) | |
tree | 210ceefe6410b424bcf6600f111b902ea936b874 | |
parent | f6f5079fab9f61e8dc5d403fee8842405b34fa9c (diff) | |
download | connman-8397cbbc0a79d39cf3b1880f4fd3f3405b6bc6ad.tar.gz connman-8397cbbc0a79d39cf3b1880f4fd3f3405b6bc6ad.tar.bz2 connman-8397cbbc0a79d39cf3b1880f4fd3f3405b6bc6ad.zip |
Release 1.12upstream/1.121.12
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -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]) |