summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-07-23 10:49:31 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-07-23 10:49:31 +0200
commit2762e28738e25290b198498b7722cc1c74865fef (patch)
tree7be757f3f17561efc6f5ce7f34c497f32b3a0b3d
parent5b1722ddf0661eb89c291526a3c91b2251ebaa73 (diff)
downloadconnman-0.34.tar.gz
connman-0.34.tar.bz2
connman-0.34.zip
Release 0.340.34
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 37a76249..721a2e44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 0.34:
+ Fix setup of udev context before loading any plugins.
+ Fix rearming the scan trigger if a device got disabled.
+ Fix device power state changes tracking with RFKILL notifications.
+ Fix wrong usage of device types instead of service types.
+ Fix connect method to handle non-WiFi services.
+
ver 0.33:
Add support for RFKILL changes of the WiFi subsystem.
Fix state value of Network Manager compatibility support.
diff --git a/configure.ac b/configure.ac
index ca1fa966..e8d3752a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT()
-AM_INIT_AUTOMAKE(connman, 0.33)
+AM_INIT_AUTOMAKE(connman, 0.34)
AM_CONFIG_HEADER(config.h)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])