Release 0.47 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 05564f20f2f71921069bca5f6fe011285a8727a4..7248e56eff2d7dd8554fc9640a38206bd199b303 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 f9ce1b65c2a1d04a73bc6a1a73199965564d512b..3969aa56981007f27d57c763ce38d6a29a3378ab 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)