From 17912e9adca8d1fd06abeb7ffd9d722c6bfa376d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 16 Mar 2011 22:58:52 -0700 Subject: [PATCH] Release 0.71 --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b113b00..da48c35 100644 --- 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. diff --git a/configure.ac b/configure.ac index 3452e9c..ac66406 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.7.4