summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-10-27 03:08:38 +0900
committerMarcel Holtmann <marcel@holtmann.org>2009-10-27 03:08:38 +0900
commitd9917138ca1c51f6b4e2f1259cbcc2828ac6ef1a (patch)
tree731e21ea55acc4b16268b29ea024b3798922497c
parent21eb9ef2c9514d5ccd3173d5d86465382936ffdc (diff)
downloadconnman-d9917138ca1c51f6b4e2f1259cbcc2828ac6ef1a.tar.gz
connman-d9917138ca1c51f6b4e2f1259cbcc2828ac6ef1a.tar.bz2
connman-d9917138ca1c51f6b4e2f1259cbcc2828ac6ef1a.zip
Release 0.450.45
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 476c891f..e905889e 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 a731c4e0..d2341b78 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)