From: Marcel Holtmann Date: Mon, 17 Jan 2011 17:04:17 +0000 (+0100) Subject: Release 0.66 X-Git-Tag: 0.66^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=403b04768562c8889c8d3767ac36f0af51f543bd;p=platform%2Fupstream%2Fconnman.git Release 0.66 --- diff --git a/ChangeLog b/ChangeLog index 8580d94..14009e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +ver 0.66: + Fix multiple set of memory leaks. + Fix issue with WPA supplicant phase2 values. + Fix issue with WiFi access points after kill/restart. + Fix issue with correct PACrunner configuration loading. + Add support for loading provision files at runtime. + Add support for setting proxy auto-configuration. + Add support for IPv6 auto-configured addresses. + ver 0.65: Use new WiFi plugin by default. Fix issue with handling already powered devices. diff --git a/configure.ac b/configure.ac index 03bb9fb..a0a1dca 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.65) +AC_INIT(connman, 0.66) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)