summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-09-19 15:24:14 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-09-19 15:24:14 +0200
commit28004f887ab2dd8b156cfcc6cfc3f5ff3d6d96ba (patch)
tree4349501c4f46ab610a0195d212c9cbf0031d849f
parentb08dde0b421a7fa1662a5b437d267d66ca624a8f (diff)
downloadconnman-28004f887ab2dd8b156cfcc6cfc3f5ff3d6d96ba.tar.gz
connman-28004f887ab2dd8b156cfcc6cfc3f5ff3d6d96ba.tar.bz2
connman-28004f887ab2dd8b156cfcc6cfc3f5ff3d6d96ba.zip
Release 1.71.7
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 83889880..9555d5cc 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 1e473f54..dd9dfa46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)