From: Marcel Holtmann Date: Sat, 21 Aug 2010 22:11:28 +0000 (+0200) Subject: Release 0.59 X-Git-Tag: accepted/2.0alpha-wayland/20121110.002834~2463 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7346b136c19719926a2bd3209b05e5bf0eac4378;p=profile%2Fivi%2Fconnman.git Release 0.59 --- diff --git a/ChangeLog b/ChangeLog index 6516f00..c0a4a01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +ver 0.59: + Fix issue with D-Bus object paths of VPN providers. + ver 0.58: Fix various issues around offline mode. Fix various issues with VPN nameserver handling. diff --git a/configure.ac b/configure.ac index c36d53b..6923aa1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.58) +AC_INIT(connman, 0.59) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)