From 2648219d115cdd97cbde1a497f3c5dc211a27760 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 28 Apr 2012 01:05:06 +0200 Subject: [PATCH] Release 0.83 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index da419354..f08f8cd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +ver 0.83: + Fix issue with Ethernet not being enabled by default. + Fix issue with missing host routes for WISPr request. + Fix issue with missing HTTPS handling for WISPr support. + Fix issue with agent asking for passphrase for open service. + Fix issue with endless online check for preferred technology. + Fix issue with IPv6 RDNSS and DNS server creation. + Fix issue with WiFi roaming state change handling. + Fix issue with broken handling of WPS PBC method. + ver 0.82: Fix issue with global online state handling. Fix issue with timeserver handling in case of VPN. diff --git a/configure.ac b/configure.ac index d646c91c..f76f3d65 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.82) +AC_INIT(connman, 0.83) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h) -- 2.34.1