Release 0.35 0.35
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 23 Jul 2009 23:36:45 +0000 (01:36 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 23 Jul 2009 23:36:45 +0000 (01:36 +0200)
ChangeLog
configure.ac

index 721a2e4..d6c625f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 0.35:
+       Fix missing auto-connect trigger on Ethernet device removal.
+       Fix availability listing for devices without attached drivers.
+       Fix signals for connected and default technologies.
+       Fix notification to use service types instead of device types.
+       Fix potential pending scan result reply messages after removal.
+       Add support for blocking enable and disable technology changes.
+
 ver 0.34:
        Fix setup of udev context before loading any plugins.
        Fix rearming the scan trigger if a device got disabled.
index e8d3752..d87c8b9 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(connman, 0.34)
+AM_INIT_AUTOMAKE(connman, 0.35)
 AM_CONFIG_HEADER(config.h)
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])