Release 0.77 0.77
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 23 Aug 2011 19:39:01 +0000 (12:39 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 23 Aug 2011 19:39:01 +0000 (12:39 -0700)
ChangeLog
configure.ac

index 5b0ebb2..b4996d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+ver 0.77:
+       Fix issue with iptables API breakage.
+       Fix issue with agent input handling.
+       Fix issue with empty cellular operator name.
+       Fix issue with reference counting for network objects.
+       Fix issue with missing D-Bus signals for proxy changes.
+       Fix issue with group identifier and hidden WiFi networks.
+       Fix issue with setting wrong gateway for PPP connections.
+       Fix issue with mismatch of stored IP configuration settings.
+       Fix issue with not stopping DHCP for IPv4 configuration.
+       Add support for remembering last IP address from DHCP.
+       Add support for EAP-GTC authentication method.
+
 ver 0.76:
        Fix issue with loopback interface setup.
        Fix issue with /etc/localtime being a symlink.
index 47992d9..8d437c6 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(connman, 0.76)
+AC_INIT(connman, 0.77)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AM_CONFIG_HEADER(config.h)