From 4e29aa7604f4066dd9f490cdd75fd394548d2e68 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Aug 2011 12:39:01 -0700 Subject: [PATCH] Release 0.77 --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5b0ebb2..b4996d5 100644 --- 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. diff --git a/configure.ac b/configure.ac index 47992d9..8d437c6 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.7.4