From: Marcel Holtmann Date: Thu, 14 May 2009 15:55:13 +0000 (-0700) Subject: Release 0.18 X-Git-Tag: 0.18^0 X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;h=e30298a7c511e04ac517f60cc3690babf0de3ee5;p=connman Release 0.18 --- diff --git a/ChangeLog b/ChangeLog index c33f66d..04f3712 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +ver 0.18: + Add support for asynchronous service connect method. + Fix broken storage of service favorite details. + ver 0.17: Add AT chat library implementation. Fix service lookup for WiFi and WiMAX devices. diff --git a/configure.ac b/configure.ac index 4e53981..94f4318 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT() -AM_INIT_AUTOMAKE(connman, 0.17) +AM_INIT_AUTOMAKE(connman, 0.18) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE