From: Marcel Holtmann Date: Sun, 29 Apr 2012 13:13:21 +0000 (+0200) Subject: Release 0.84 X-Git-Tag: 2.0_alpha~298 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=c88c15ee73471533e18cc58816ba34bd28e91977;p=framework%2Fconnectivity%2Fconnman.git Release 0.84 --- diff --git a/ChangeLog b/ChangeLog index f08f8cd..a3b0d7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +ver 0.84: + Fix issue with handling changed WiFi security of access points. + Fix issue with state notification of NetworkManager compatibility. + ver 0.83: Fix issue with Ethernet not being enabled by default. Fix issue with missing host routes for WISPr request. diff --git a/configure.ac b/configure.ac index 9e11721..803b3da 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.83) +AC_INIT(connman, 0.84) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h)