From: Marcel Holtmann Date: Tue, 24 Apr 2012 15:17:10 +0000 (+0200) Subject: Release 0.82 X-Git-Tag: 0.82^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3ecab57c584c4024bc9dcd7c6c46e1cea075542;p=platform%2Fupstream%2Fconnman.git Release 0.82 --- diff --git a/ChangeLog b/ChangeLog index 7710e69..da41935 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 0.82: + Fix issue with global online state handling. + Fix issue with timeserver handling in case of VPN. + Fix issue with automatic WiFi scanning handling. + Fix issue with WPS PIN length of zero and PBC. + ver 0.81: Update default configuration options. Add support for WPS PBC advertising handling. diff --git a/configure.ac b/configure.ac index c82e15b..a1d135b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.81) +AC_INIT(connman, 0.82) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h)