diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 |