summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])