Release 0.31
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 22 Jul 2009 12:54:08 +0000 (14:54 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 22 Jul 2009 12:54:08 +0000 (14:54 +0200)
ChangeLog
configure.ac

index aea058b..554c051 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 0.31:
+       Fix missing enforcement of offline mode for new devices.
+       Add support for persistent storage of offline mode.
+       Add support for persistent storage of device power state.
+       Remove deprecated and unused network storage callbacks.
+
 ver 0.30:
        Fix issue where hidden network could show up in service list.
        Fix issue with asynchronous notification of scan requests.
index 97c6d3d..15882a7 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(connman, 0.30)
+AM_INIT_AUTOMAKE(connman, 0.31)
 AM_CONFIG_HEADER(config.h)
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])