Release 0.34
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 23 Jul 2009 08:49:31 +0000 (10:49 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 23 Jul 2009 08:49:31 +0000 (10:49 +0200)
ChangeLog
configure.ac

index 37a7624..721a2e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 0.34:
+       Fix setup of udev context before loading any plugins.
+       Fix rearming the scan trigger if a device got disabled.
+       Fix device power state changes tracking with RFKILL notifications.
+       Fix wrong usage of device types instead of service types.
+       Fix connect method to handle non-WiFi services.
+
 ver 0.33:
        Add support for RFKILL changes of the WiFi subsystem.
        Fix state value of Network Manager compatibility support.
index ca1fa96..e8d3752 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(connman, 0.33)
+AM_INIT_AUTOMAKE(connman, 0.34)
 AM_CONFIG_HEADER(config.h)
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])