Release 0.14 0.14
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 26 Mar 2009 10:01:28 +0000 (03:01 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 26 Mar 2009 10:01:28 +0000 (03:01 -0700)
ChangeLog
configure.ac

index cc58a65..b25eae1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 0.14:
+       Add support for detecting DHCP failures.
+       Add support for joining hidden WiFi networks.
+       Add support for device and network address property.
+       Add support for default /etc/resolv.conf generation.
+       Fix issue with wrong address setting for loopback.
+       Fix detection of WiFi access point changes.
+       Fix crash with blob properties.
+
 ver 0.13:
        Add support for notification infrastructure.
        Add fully dynamic property storage capabilities.
index c8274ea..42f928e 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(connman, 0.13)
+AM_INIT_AUTOMAKE(connman, 0.14)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE