From 79f0c73afe7f11dd8216add0e0ef28eec956ebb5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 26 Nov 2010 11:16:40 +0100 Subject: [PATCH] Release 0.64 --- ChangeLog | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7da0b9e..c1b8f62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +ver 0.64: + Update service name to net.connman domain. + Fix issue with disabling a technology twice. + Fix issue with using wrong string for Proxy.Method. + Fix issue with TCP connection lookup and DNS proxy. + Fix issue with TCP receive busy waits and DNS proxy. + Fix various issues with WPA Supplicant interaction. + Add support for chunk encoding to HTTP client. + Add support for internal HTTP client for portal detection. + Add support for internal DHCP server setup. + Add support for internal NAT and IP forwarding setup. + Add support for Bluetooth Tethering functionality. + Remove deprecated device and network D-Bus interfaces. + Remove support for dhclient plugin. + ver 0.63: Change to use nl80211/cfg80211 WiFi management by default. Fix various issues with new WPA Supplicant interface. diff --git a/configure.ac b/configure.ac index ba73bf0..eb66d09 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.63) +AC_INIT(connman, 0.64) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) -- 2.7.4