summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-07-24 01:36:45 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-07-24 01:36:45 +0200
commit19b21e6cfbaed5b1888d65cd331f3244d3eb7dbc (patch)
tree80638e4bb7cca71244e8f1657801b10e6e4ec587
parent72c68c7c45492cd6c2369f5c0f5b9f36107ea3a0 (diff)
downloadconnman-19b21e6cfbaed5b1888d65cd331f3244d3eb7dbc.tar.gz
connman-19b21e6cfbaed5b1888d65cd331f3244d3eb7dbc.tar.bz2
connman-19b21e6cfbaed5b1888d65cd331f3244d3eb7dbc.zip
Release 0.350.35
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 721a2e44..d6c625ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 0.35:
+ Fix missing auto-connect trigger on Ethernet device removal.
+ Fix availability listing for devices without attached drivers.
+ Fix signals for connected and default technologies.
+ Fix notification to use service types instead of device types.
+ Fix potential pending scan result reply messages after removal.
+ Add support for blocking enable and disable technology changes.
+
ver 0.34:
Fix setup of udev context before loading any plugins.
Fix rearming the scan trigger if a device got disabled.
diff --git a/configure.ac b/configure.ac
index e8d3752a..d87c8b94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT()
-AM_INIT_AUTOMAKE(connman, 0.34)
+AM_INIT_AUTOMAKE(connman, 0.35)
AM_CONFIG_HEADER(config.h)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])