Release 1.14 1.14
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 7 May 2013 08:21:39 +0000 (01:21 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 7 May 2013 08:21:39 +0000 (01:21 -0700)
ChangeLog
configure.ac

index 1292414..fc531f2 100644 (file)
--- 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.
index cff8b47..48b5870 100644 (file)
@@ -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])