From: Marcel Holtmann Date: Thu, 23 Jul 2009 08:49:31 +0000 (+0200) Subject: Release 0.34 X-Git-Tag: 2.0_alpha~3391 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2762e28738e25290b198498b7722cc1c74865fef;p=framework%2Fconnectivity%2Fconnman.git Release 0.34 --- diff --git a/ChangeLog b/ChangeLog index 37a7624..721a2e4 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 ca1fa96..e8d3752 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])])