From fbfd4a41d67ec057e7f845fbf89befef589098e9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 3 Nov 2010 21:45:27 +0100 Subject: Release 0.63 --- ChangeLog | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 644ddc36..7da0b9e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +ver 0.63: + Change to use nl80211/cfg80211 WiFi management by default. + Fix various issues with new WPA Supplicant interface. + Fix issue with not connecting failed networks at boot. + Fix issue with properly tracking RFKILL blocked state. + Fix issue with missing signals for IPv4/IPv6 gateway details. + Add support for using RTNL for setting IPv4/IPv6 details. + Add support for using PHONET_PIPE GPRS interfaces. + Add support for setting manual proxy configurations. + Add support for exporting proxy configurations to PACrunner. + Add support for combined home and roaming statistics. + Add support for OpenVPN connections. + Remove dependency on udev. + ver 0.62: Fix crash with non-existent or extra DHCP result options. Fix crash when doing PEAP/TTLS authentication. diff --git a/configure.ac b/configure.ac index 94211dc0..a1390f08 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.62) +AC_INIT(connman, 0.63) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) -- cgit v1.2.3