Release 0.26
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 17 Jul 2009 19:08:35 +0000 (21:08 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 17 Jul 2009 19:08:35 +0000 (21:08 +0200)
ChangeLog
configure.ac

index 45e5773..a657415 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 0.26:
+       Fix broken handling of auto-connect logic.
+       Fix handling of out-of-range access points.
+       Fix support for connecting to hidden networks.
+       Fix reference counting for networks with same SSID.
+       Fix issue with WiFi interfaces not getting switched off.
+       Fix problems with delayed service list updates.
+       Fix disconnect/abort of connection attempts.
+
 ver 0.25:
        Fix showing of WiFi networks with less than 25% signal strength.
        Fix potential segmentation fault with network passphrases.
index 404ef38..12581d9 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(connman, 0.25)
+AM_INIT_AUTOMAKE(connman, 0.26)
 AM_CONFIG_HEADER(config.h)
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])