From: Marcel Holtmann Date: Fri, 28 Jan 2011 23:07:44 +0000 (+0100) Subject: Release 0.68 X-Git-Tag: 0.68^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=700eddf5224b0826ffb58aa90813e7fc503534a4;p=platform%2Fupstream%2Fconnman.git Release 0.68 --- diff --git a/ChangeLog b/ChangeLog index bc9945c..91178b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 0.68: + Fix issue with wrong name of PolicyKit configuration file. + Fix issue with inconsistency of WiFi scan states. + Fix issue with missing auto-reconnect and oFono. + Add support for vpnc based private networks. + Add support for WiFi Protected Setup handling. + Remove legacy WiFi plugin. + ver 0.67: Fix issue with oFono plugin and multiple online calls. Fix issue with checking for AutoConnect service property. diff --git a/configure.ac b/configure.ac index 38aa4b4..c9d203a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.67) +AC_INIT(connman, 0.68) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)