summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-08-22 10:22:36 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-08-22 10:22:36 +0200
commit7e151a7520740b586fe4f2adad1aa21864ef5321 (patch)
treeb40ebef7c5f146227a2e7df232e274fe09370509
parent309f22c3d61dfb418c44d56eddfa565715047020 (diff)
downloadconnman-7e151a7520740b586fe4f2adad1aa21864ef5321.tar.gz
connman-7e151a7520740b586fe4f2adad1aa21864ef5321.tar.bz2
connman-7e151a7520740b586fe4f2adad1aa21864ef5321.zip
Release 1.61.6
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4439ed27..83889880 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 1.6:
+ Fix issue with Bluetooth networking support.
+ Fix issue with technology enabling method returns.
+ Fix issue with wrong IP address for fixed configurations.
+ Fix issue with IP address setting when interface is down.
+ Fix issue with handling duplicate hidden WiFi networks.
+ Fix issue with missing scanning for hidden WiFi networks.
+ Fix issue with missing update of service properties.
+ Fix issue with missing clearing of service errors.
+ Add manual pages for daemon and configuration file.
+
ver 1.5:
Fix issue with detecting Bluetooth networks when powered off.
Fix issue with connection attempts of non-favorite services.
diff --git a/configure.ac b/configure.ac
index 9e3eb8a2..826b3e68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(connman, 1.5)
+AC_INIT(connman, 1.6)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)