From 507619cc126b4c04ad35aef798236bff6d23a7c4 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 6 Feb 2011 09:03:23 -0800 Subject: [PATCH] Release 0.69 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 91178b2..5c7f989 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +ver 0.69: + Fix issue with not handling DNS proxy failures gracefully. + Fix issue with double free in statistics handling. + Fix issue with early tethering bridge creation. + Add support for tethering property per technology. + Add support for initial WiFi tethering feature. + Add support for using PACrunner as proxy driver. + Add support for WPS as part of the security property. + ver 0.68: Fix issue with wrong name of PolicyKit configuration file. Fix issue with inconsistency of WiFi scan states. diff --git a/configure.ac b/configure.ac index c9d203a..216c47b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.68) +AC_INIT(connman, 0.69) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) -- 2.7.4