From: Marcel Holtmann Date: Wed, 13 May 2009 02:44:28 +0000 (-0700) Subject: Release 0.17 X-Git-Tag: 0.17^0 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=refs%2Ftags%2F0.17;p=connman Release 0.17 --- diff --git a/ChangeLog b/ChangeLog index 5cf3c38..c33f66d 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 9fb15f1..5ad8aa1 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