Release 0.32
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 22 Jul 2009 16:18:15 +0000 (18:18 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 22 Jul 2009 16:18:15 +0000 (18:18 +0200)
ChangeLog
configure.ac

index 554c051..4e580a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 0.32:
+       Fix broken device unregistration on removal.
+       Fix WiMAX device detection handling.
+
 ver 0.31:
        Fix missing enforcement of offline mode for new devices.
        Add support for persistent storage of offline mode.
index 15882a7..8f4cdd5 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(connman, 0.31)
+AM_INIT_AUTOMAKE(connman, 0.32)
 AM_CONFIG_HEADER(config.h)
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])