summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-07-17 01:59:49 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-07-17 01:59:49 +0200
commit26596fee88952ca1a8dec794c77a6e7239c8f2b7 (patch)
tree4c3270185855b58febc0c6d722b4533b63a5bfd8
parentb3e608cff4acab45b133834b60f0dda072b5f7fe (diff)
downloadconnman-26596fee88952ca1a8dec794c77a6e7239c8f2b7.tar.gz
connman-26596fee88952ca1a8dec794c77a6e7239c8f2b7.tar.bz2
connman-26596fee88952ca1a8dec794c77a6e7239c8f2b7.zip
Release 0.240.24
-rw-r--r--ChangeLog14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 31811ad7..69d88651 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+ver 0.24:
+ Fix handling of initial device powered state.
+ Fix missing Powered property changed signals.
+ Fix canceling of a network connection attempt.
+ Fix stalled configuration issue with supplicant.
+ Fix detection of association errors from supplicant.
+ Fix issue with wrong scanning state information.
+ Fix hidden SSID detection routines.
+ Fix visible Ethernet services even without carrier.
+ Add global method call to request scanning.
+ Add support for global technologies list.
+ Add support for delaying service list updates.
+ Update the overall D-Bus API documentation.
+
ver 0.23:
Fix dhclient probe/remove race condition.
Fix handling of disconnected services during auto-connect.
diff --git a/configure.ac b/configure.ac
index 8223648e..07420887 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT()
-AM_INIT_AUTOMAKE(connman, 0.23)
+AM_INIT_AUTOMAKE(connman, 0.24)
AM_CONFIG_HEADER(config.h)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])