summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-12-24 17:48:25 -0800
committerMarcel Holtmann <marcel@holtmann.org>2010-12-24 17:48:25 -0800
commitc62929cd2c7579012c93478baa9bb1389967e7ad (patch)
treeb2a6a40f4ad23988b732f1a289ae4344c499a5e2
parentc8cd6c98e453d5f9edfd058ccd30cdc16581d4f6 (diff)
downloadconnman-0.65.tar.gz
connman-0.65.tar.bz2
connman-0.65.zip
Release 0.650.65
-rw-r--r--ChangeLog13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c1b8f626..8580d94c 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 83ea0eb5..46cceae9 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)