summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-08-19 14:34:36 -0700
committerMarcel Holtmann <marcel@holtmann.org>2013-08-19 14:34:36 -0700
commit477173f68ec42e7e1b4fd027d47a92aff8c50e6a (patch)
tree3b4a0f81132e63347869426805e4393d7d33ac78
parent837843827f2b222dc2a24f0c16e304ddce15cd24 (diff)
downloadconnman-1.17.tar.gz
Release 1.171.17
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 22a3a525..bdc6fef0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 1.17:
+ Fix issue with handling consecutive WiFi scanning.
+ Fix issue with WiFi handling and RFKILL soft block.
+ Fix issue with handling external RFKILL events.
+ Fix issue with handling USB gadget devices.
+ Fix issue with network reference handling.
+ Fix issue with byte order and DHCP discover options.
+ Fix issue with DHCP retry handling during IPv4-LL.
+ Fix issue with DHCPv6 rebind handling.
+ Add support for DHCPv6 decline message handling.
+ Add support for DHCPv6 duplicate address detection.
+
ver 1.16:
Fix issue with missing signals during connection changes.
Fix issue with missing notification of proxy properties.
diff --git a/configure.ac b/configure.ac
index e923f25e..f0fc7242 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(connman, 1.16)
+AC_INIT(connman, 1.17)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS([config.h])