From cdb087d5765682578a1fbf0067ef9950ff79f46b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 30 Mar 2011 13:26:26 +0200 Subject: [PATCH] Release 0.72 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index da48c35..4ffaea4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 0.72: + Fix issue with overwriting DNS servers from DHCP. + Fix issue with DHCP renewal with same configuration. + Fix issue with multiple memory leaks. + Add support for 6to4 tunneling. + ver 0.71: Fix issue with not storing IPv6 privacy settings. Fix issue with storing fixed and manual IP settings. diff --git a/configure.ac b/configure.ac index 3835133..2e76387 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.71) +AC_INIT(connman, 0.72) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) -- 2.7.4