From: Marcel Holtmann Date: Wed, 22 Aug 2012 08:22:36 +0000 (+0200) Subject: Release 1.6 X-Git-Tag: 1.6^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e151a7520740b586fe4f2adad1aa21864ef5321;p=platform%2Fupstream%2Fconnman.git Release 1.6 --- 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)