Release 0.47
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 26 Nov 2009 12:47:55 +0000 (12:47 +0000)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 26 Nov 2009 12:47:55 +0000 (12:47 +0000)
ChangeLog
configure.ac

index 05564f2..7248e56 100644 (file)
--- 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.
index f9ce1b6..3969aa5 100644 (file)
@@ -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)