From d9917138ca1c51f6b4e2f1259cbcc2828ac6ef1a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 27 Oct 2009 03:08:38 +0900 Subject: [PATCH] Release 0.45 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 476c891..e905889 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +ver 0.45: + Fix crash with connect timeout and second connect attempt. + Fix reconnect issues after suspend or roaming attempt. + ver 0.44: Fix command line options for device filtering. Fix issue with network reference in MBM support. diff --git a/configure.ac b/configure.ac index a731c4e..d2341b7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.44) +AC_INIT(connman, 0.45) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) -- 2.7.4