From: Marcel Holtmann Date: Sat, 25 Dec 2010 01:48:25 +0000 (-0800) Subject: Release 0.65 X-Git-Tag: accepted/2.0alpha-wayland/20121110.002834~1950 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c62929cd2c7579012c93478baa9bb1389967e7ad;p=profile%2Fivi%2Fconnman.git Release 0.65 --- diff --git a/ChangeLog b/ChangeLog index c1b8f62..8580d94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +ver 0.65: + Use new WiFi plugin by default. + Fix issue with handling already powered devices. + Fix issue with handling proxy PAC option from DHCP. + Add support for handling regulatory domain settings. + Add support for handling IPv6 router advertisements. + Add support for handling IPv6 nameservers. + Add support for handling multiple search domains. + Add support for handling oFono modem lockdown. + Add support for handling IPv6 DNS connections. + Add support for IPv4 Link-Local negotiation. + Add support for USB CDC Tethering functionality. + ver 0.64: Update service name to net.connman domain. Fix issue with disabling a technology twice. diff --git a/configure.ac b/configure.ac index 83ea0eb..46cceae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.64) +AC_INIT(connman, 0.65) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)