From 508b36c3217b70f7193ebc04ba5fe6e98233b0bd Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 26 Nov 2009 12:47:55 +0000 Subject: [PATCH] Release 0.47 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 05564f2..7248e56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +ver 0.47: + Fix segmentation fault on resolver shutdown. + Fix issue with adding nameserver that doesn't exist. + Fix issue when no broadcast address is given. + Fix issue with missing property changed signal. + Add checks for invalid supplicant state transitions. + Add initial version of oFono GPRS support. + Add support for dynamic debug framework. + ver 0.46: Fix reconnect issue when power off or disabling the device. Remove problematic retry on failure code path. diff --git a/configure.ac b/configure.ac index f9ce1b6..3969aa5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.46) +AC_INIT(connman, 0.47) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) -- 2.7.4