diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-05-07 01:21:39 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2013-05-07 01:21:39 -0700 |
commit | 5ad9b3c94a3414d216b5349af4d67f2cfb30b59e (patch) | |
tree | 3ac9d60f0e352b51eca99d83e8471ea88efe5d52 | |
parent | a6fb43dcc209424d890adfb10ebc975d17f73caa (diff) | |
download | connman-5ad9b3c94a3414d216b5349af4d67f2cfb30b59e.tar.gz connman-5ad9b3c94a3414d216b5349af4d67f2cfb30b59e.tar.bz2 connman-5ad9b3c94a3414d216b5349af4d67f2cfb30b59e.zip |
Release 1.141.14
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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]) |