Release 0.29 0.29
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 19 Jul 2009 21:14:56 +0000 (23:14 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 19 Jul 2009 21:14:56 +0000 (23:14 +0200)
ChangeLog
configure.ac

index 47393f2..6ad895f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 0.29:
+       Fix missing signal emission for offline mode changes.
+       Fix signal emission for changes in technology properties.
+       Rename Technologies property to AvailableTechnologies.
+
 ver 0.28:
        Fix another reference counting imbalance when adding networks.
        Revert supplicant change to always reset scanning after results.
index 8f6f2d9..f7691e1 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(connman, 0.28)
+AM_INIT_AUTOMAKE(connman, 0.29)
 AM_CONFIG_HEADER(config.h)
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])