diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-07-17 01:59:49 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-07-17 01:59:49 +0200 |
commit | 26596fee88952ca1a8dec794c77a6e7239c8f2b7 (patch) | |
tree | 4c3270185855b58febc0c6d722b4533b63a5bfd8 | |
parent | b3e608cff4acab45b133834b60f0dda072b5f7fe (diff) | |
download | connman-26596fee88952ca1a8dec794c77a6e7239c8f2b7.tar.gz connman-26596fee88952ca1a8dec794c77a6e7239c8f2b7.tar.bz2 connman-26596fee88952ca1a8dec794c77a6e7239c8f2b7.zip |
Release 0.240.24
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -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])]) |