Release 0.9 0.9
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 22 Jan 2009 18:22:14 +0000 (19:22 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 22 Jan 2009 18:22:14 +0000 (19:22 +0100)
ChangeLog
configure.ac

index 61d9dba..edbb9df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 0.9:
+       Rename FlightMode to OfflineMode.
+       Add static IPv4 setting support for Ethernet devices.
+       Add extra options to exclude devices and plugins.
+       Add support for toggling debug output.
+       Add support for ScanInterval property.
+       Fix handling of disconnect commands from applications.
+       Fix detection of networks that are out of range.
+       Fix setting network remember status.
+       Fix argument type checking of properties.
+
 ver 0.8:
        Add Device and Network property to connection interface.
        Add option to disable installation of data files.
index 61870b6..f7d245a 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(connman, 0.8)
+AM_INIT_AUTOMAKE(connman, 0.9)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE