Release 0.28
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 18 Jul 2009 07:34:38 +0000 (09:34 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 18 Jul 2009 07:34:38 +0000 (09:34 +0200)
ChangeLog
configure.ac

index 2cd4486..47393f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 0.28:
+       Fix another reference counting imbalance when adding networks.
+       Revert supplicant change to always reset scanning after results.
+
 ver 0.27:
        Fix missing disarming of the connection timeout.
        Fix handling of multiple supplicant disconnect attempts.
index d94b4f5..8f6f2d9 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(connman, 0.27)
+AM_INIT_AUTOMAKE(connman, 0.28)
 AM_CONFIG_HEADER(config.h)
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])