From 3c41ee19efa81c7a60a69cc72dd14338e2145b00 Mon Sep 17 00:00:00 2001 From: Jussi Lind Date: Thu, 30 Sep 2010 17:42:02 +0300 Subject: [PATCH] Changes: New stable version 0.14.0 --- debian/changelog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3b339ad..2521ce5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +applauncherd (0.14.0) stable; urgency=low + + * Use WrtComponentCache + * Fixes: NB#194550 - applauncherd should have configurable delay when creating new booster process + * Added -Wno-psabi to CXX_FLAGS in order to suppress va_list mangling warnings originating from Qt. + * Logger::logErrorAndDie() prints also to stderr in order to help + debugging. + * MonitorBooster sends a message to Daemon, who kills MBooster and WRTBooster. + * New functional test for booster-killer added + * Hard-coded GConf key strings moved from monitorbooster.cpp to the top-level CMakeLists.txt + * Unit test for getBoosterPidForType() added to ut_boosterfactory + * Signal forwarding tests added for q-booster and w-booster + * Stopping applifed in the prestart-launcherd test to prevent forced killing of applications + + -- Jussi Lind Thu, 30 Sep 2010 17:20:32 +0300 + applauncherd (0.13.1) stable; urgency=low * Fixes: NB#191847 - First application launched with m-booster after theme change crashes