From 19b21e6cfbaed5b1888d65cd331f3244d3eb7dbc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 24 Jul 2009 01:36:45 +0200 Subject: Release 0.35 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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])]) -- cgit v1.2.3