summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 12924144..fc531f2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 1.14:
+ Fix issue with WiFi scanning race condition and power cycle.
+ Add support for configuring allowed tethering technologies.
+ Add support for persistent tethering configurations.
+ Add support for DHCPv6 max retransmission duration option.
+ Add support for DHCPv6 elapsed time option.
+ Add support for DHCPv6 confirm messages.
+
ver 1.13:
Fix issue with auto-scanning of known hidden SSIDs.
Fix issue with not correctly terminated auto-scanning.
diff --git a/configure.ac b/configure.ac
index cff8b478..48b5870d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(connman, 1.13)
+AC_INIT(connman, 1.14)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS([config.h])