summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-08-15 13:05:17 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-08-15 13:05:17 +0200
commit270d7effb72bf99dfc2003ddccdb2193b1828518 (patch)
treea06e0fae103e38cf598cb1938eab144e36d0a3d8
parentdaedd87010ddcd57759b5f6c146e1ca7936136d4 (diff)
downloadconnman-270d7effb72bf99dfc2003ddccdb2193b1828518.tar.gz
connman-270d7effb72bf99dfc2003ddccdb2193b1828518.tar.bz2
connman-270d7effb72bf99dfc2003ddccdb2193b1828518.zip
Release 1.51.5
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 38fff210..4439ed27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 1.5:
+ Fix issue with detecting Bluetooth networks when powered off.
+ Fix issue with connection attempts of non-favorite services.
+ Fix issue with connection attempts of disabled IP configurations.
+ Fix issue with missing auto-connection after changing IP method.
+ Fix issue with setting service state when changing IPv4 method.
+ Fix issue with IPv6 usage and static/manual configuration.
+ Add support for configuration option to disable hostname updates.
+ Add support for storing WiFi Tethering identifier and passphrase.
+ Add support for signaling changes of error property.
+
ver 1.4:
Fix issue with WiFi scanning in Tethering mode.
Fix issue with WISPr operation and disconnects.
diff --git a/configure.ac b/configure.ac
index 93a4eef1..9e3eb8a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(connman, 1.4)
+AC_INIT(connman, 1.5)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)