Release 0.64 0.64
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 26 Nov 2010 10:16:40 +0000 (11:16 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 26 Nov 2010 10:16:40 +0000 (11:16 +0100)
ChangeLog
configure.ac

index 7da0b9e..c1b8f62 100644 (file)
--- 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.
index ba73bf0..eb66d09 100644 (file)
@@ -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)