From b75d33dc08da8b85f117c004768d346616e17352 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 1 Nov 2009 00:49:05 +0900 Subject: [PATCH] Release 0.46 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e905889..05564f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +ver 0.46: + Fix reconnect issue when power off or disabling the device. + Remove problematic retry on failure code path. + ver 0.45: Fix crash with connect timeout and second connect attempt. Fix reconnect issues after suspend or roaming attempt. diff --git a/configure.ac b/configure.ac index d2341b7..1cc01c3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.45) +AC_INIT(connman, 0.46) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) -- 2.7.4