From e3ecab57c584c4024bc9dcd7c6c46e1cea075542 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 24 Apr 2012 17:17:10 +0200 Subject: [PATCH] Release 0.82 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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) -- 2.7.4