Release 0.24
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 16 Jul 2009 23:59:49 +0000 (01:59 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 16 Jul 2009 23:59:49 +0000 (01:59 +0200)
ChangeLog
configure.ac

index 31811ad..69d8865 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+ver 0.24:
+       Fix handling of initial device powered state.
+       Fix missing Powered property changed signals.
+       Fix canceling of a network connection attempt.
+       Fix stalled configuration issue with supplicant.
+       Fix detection of association errors from supplicant.
+       Fix issue with wrong scanning state information.
+       Fix hidden SSID detection routines.
+       Fix visible Ethernet services even without carrier.
+       Add global method call to request scanning.
+       Add support for global technologies list.
+       Add support for delaying service list updates.
+       Update the overall D-Bus API documentation.
+
 ver 0.23:
        Fix dhclient probe/remove race condition.
        Fix handling of disconnected services during auto-connect.
index 8223648..0742088 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(connman, 0.23)
+AM_INIT_AUTOMAKE(connman, 0.24)
 AM_CONFIG_HEADER(config.h)
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])