Release 0.21 0.21
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Jul 2009 08:13:43 +0000 (01:13 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Jul 2009 08:13:43 +0000 (01:13 -0700)
ChangeLog
configure.ac

index c49f6d3..a9fdec9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 0.21:
+       Add udev based network device detection.
+       Add support for global auto-connect feature.
+       Add support for basic service drag and drop.
+       Fix missing passphrase cleanup on service removal.
+       Fix potential duplicate network creation.
+       Fix handling of WEP shared keys.
+
 ver 0.20:
        Add plugin for Intel WiMAX SDK support.
        Add special handling for default vendor SSIDs.
index 41d5ef0..3ceecf2 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(connman, 0.20)
+AM_INIT_AUTOMAKE(connman, 0.21)
 AM_CONFIG_HEADER(config.h)
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])