From: Marcel Holtmann Date: Wed, 30 Mar 2011 11:26:26 +0000 (+0200) Subject: Release 0.72 X-Git-Tag: 0.72^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdb087d5765682578a1fbf0067ef9950ff79f46b;p=platform%2Fupstream%2Fconnman.git Release 0.72 --- 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)