Release 1.7 1.7
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 19 Sep 2012 13:24:14 +0000 (15:24 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 19 Sep 2012 13:24:14 +0000 (15:24 +0200)
ChangeLog
configure.ac

index 8388988025e61acfd1fde608e2a6118253a39e3d..9555d5cca261e2223d16a5e0fb74df047336fd6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 1.7:
+       Fix issue with IPv4 address removal when setting interface down.
+       Fix issue with wrong error when setting tethering support option.
+       Fix issue with errors reported twice via agent to the client.
+       Fix issue with missing serialization of agent callbacks.
+       Add initial version of command line client tool.
+
 ver 1.6:
        Fix issue with Bluetooth networking support.
        Fix issue with technology enabling method returns.
index 1e473f54ed4e8c4ce118ceff46d3305fc0c136d2..dd9dfa46e1efd2e5eec7ded0cc33bc7043ca73c2 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(connman, 1.6)
+AC_INIT(connman, 1.7)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AM_CONFIG_HEADER(config.h)