From d7cfdc4c15465b8581329f57da9ec6b47208ea03 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 10 Sep 2010 11:24:11 +0200 Subject: [PATCH] Release 0.61 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1cc60c1..1dc8eb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 0.61: + Add support for using the internal DHCP client by default. + Add support for latest PolicyKit framework. + Add support for new oFono D-Bus interfaces. + ver 0.60: Fix issue with missing reset of proxy settings. Fix issue with missing Ethernet property changed signal. diff --git a/configure.ac b/configure.ac index a02d6de..baeff4a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.60) +AC_INIT(connman, 0.61) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) -- 2.7.4