summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-07-22 14:54:08 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-07-22 14:54:08 +0200
commit0450b591a99a2be81574366ab730bcc092d3e520 (patch)
treef3552e703dacd3f1e86cde46b5cc591cc1391248
parent9916742f31bdce3cf9d0f8e9052d0357d524f73e (diff)
downloadconnman-0450b591a99a2be81574366ab730bcc092d3e520.tar.gz
connman-0450b591a99a2be81574366ab730bcc092d3e520.tar.bz2
connman-0450b591a99a2be81574366ab730bcc092d3e520.zip
Release 0.310.31
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aea058b5..554c0512 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 97c6d3d8..15882a7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])])