summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cf3c38c..c33f66d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 0.17:
+ Add AT chat library implementation.
+ Fix service lookup for WiFi and WiMAX devices.
+ Fix service state signal emission and error handling.
+ Fix storing and loading of configured passphrases for services.
+
ver 0.16:
Update Intel OSPM support to latest specification.
Add initial support for new service interface.
diff --git a/configure.ac b/configure.ac
index 9fb15f1b..5ad8aa1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT()
-AM_INIT_AUTOMAKE(connman, 0.16)
+AM_INIT_AUTOMAKE(connman, 0.17)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE