Release 0.16 0.16
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 8 May 2009 21:43:08 +0000 (14:43 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 8 May 2009 21:43:08 +0000 (14:43 -0700)
ChangeLog
configure.ac

index 7916015..5cf3c38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 0.16:
+       Update Intel OSPM support to latest specification.
+       Add initial support for new service interface.
+       Add support for builtin plugins.
+       Add extra warning if no nameserver is defined.
+       Add error reporting for state and storage directory creation.
+       Add error message for network and device storing failures
+       Fix stale entry in gateway list after connection changes.
+       Fix handling of DHCP results with no nameserver.
+       Fix infinite loop for service lookup.
+       Fix various format string warnings.
+
 ver 0.15:
        Detect VMware network interface and ignore them.
        Fix setting of scan_ssid for hidden networks.
index 982bb95..98a02bf 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(connman, 0.15)
+AM_INIT_AUTOMAKE(connman, 0.16)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE