Release 0.30 0.30
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 21 Jul 2009 11:05:33 +0000 (13:05 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 21 Jul 2009 11:05:33 +0000 (13:05 +0200)
ChangeLog
configure.ac

index 6ad895f..aea058b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 0.30:
+       Fix issue where hidden network could show up in service list.
+       Fix issue with asynchronous notification of scan requests.
+       Fix message reference leak when adding interface fails.
+       Fix problem when removing network during inactive state.
+       Remove broken and unused callback for joining networks.
+       Remove deprecated device and network interface methods.
+       Remove test scripts for deprecated interface methods.
+
 ver 0.29:
        Fix missing signal emission for offline mode changes.
        Fix signal emission for changes in technology properties.
index f7691e1..97c6d3d 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(connman, 0.29)
+AM_INIT_AUTOMAKE(connman, 0.30)
 AM_CONFIG_HEADER(config.h)
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])