Release 0.71 0.71
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 17 Mar 2011 05:58:52 +0000 (22:58 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 17 Mar 2011 05:58:52 +0000 (22:58 -0700)
ChangeLog
configure.ac

index b113b00..da48c35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+ver 0.71:
+       Fix issue with not storing IPv6 privacy settings.
+       Fix issue with storing fixed and manual IP settings.
+       Fix issue with service state when PAN connection fails.
+       Fix issue with tethering and WiFi bridge handling.
+       Fix issue with autonomously activated contexts.
+       Fix issue with nameserver array for PACrunner.
+       Fix issue with network information memory leak.
+       Fix issue with double-free in statistics handling.
+       Fix issue with handling malformed profiles.
+       Fix issue with pending DHCP client requests.
+       Add initial support for TI shared transport handling.
+
 ver 0.70:
        Add support for reporting invalid WiFi passphrases.
        Add support for IPv6 privacy extension.
index 3452e9c..ac66406 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(connman, 0.70)
+AC_INIT(connman, 0.71)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)