summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-11-26 11:16:40 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-11-26 11:16:40 +0100
commit79f0c73afe7f11dd8216add0e0ef28eec956ebb5 (patch)
treed90cefc58f6974d1c3a63fcc29c924d6d74e871b
parente2c6ed0aac1ae31584107c248384de51e9fe962e (diff)
downloadconnman-79f0c73afe7f11dd8216add0e0ef28eec956ebb5.tar.gz
connman-79f0c73afe7f11dd8216add0e0ef28eec956ebb5.tar.bz2
connman-79f0c73afe7f11dd8216add0e0ef28eec956ebb5.zip
Release 0.640.64
-rw-r--r--ChangeLog15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7da0b9e8..c1b8f626 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 ba73bf03..eb66d093 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)