summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-11-26 12:47:55 +0000
committerMarcel Holtmann <marcel@holtmann.org>2009-11-26 12:47:55 +0000
commit508b36c3217b70f7193ebc04ba5fe6e98233b0bd (patch)
tree4829e5b571daa28799e5d0d07c9a0d96b7d37c41
parentdb2fc40e9ba1d344b4c6b57d06ebcf216419e096 (diff)
downloadconnman-508b36c3217b70f7193ebc04ba5fe6e98233b0bd.tar.gz
connman-508b36c3217b70f7193ebc04ba5fe6e98233b0bd.tar.bz2
connman-508b36c3217b70f7193ebc04ba5fe6e98233b0bd.zip
Release 0.470.47
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 05564f20..7248e56e 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 f9ce1b65..3969aa56 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)