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