From: Marcel Holtmann Date: Sun, 6 Feb 2011 17:03:23 +0000 (-0800) Subject: Release 0.69 X-Git-Tag: 0.69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2F0.69;p=platform%2Fupstream%2Fconnman.git Release 0.69 --- diff --git a/ChangeLog b/ChangeLog index 91178b2..5c7f989 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +ver 0.69: + Fix issue with not handling DNS proxy failures gracefully. + Fix issue with double free in statistics handling. + Fix issue with early tethering bridge creation. + Add support for tethering property per technology. + Add support for initial WiFi tethering feature. + Add support for using PACrunner as proxy driver. + Add support for WPS as part of the security property. + ver 0.68: Fix issue with wrong name of PolicyKit configuration file. Fix issue with inconsistency of WiFi scan states. diff --git a/configure.ac b/configure.ac index c9d203a..216c47b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.68) +AC_INIT(connman, 0.69) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)