You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

728 lines
30 KiB
Plaintext

applauncherd (0.30.3) unstable; urgency=low
* Changes: single-instance documentation updated
* Changes: Documentation updated according proof-reading results.
* Fixes: NB#267376 - [TASK] Defects found in applauncherd documentation after proof-reading should be corrected
-- Juha Lintula <juha.lintula@nokia.com> Mon, 20 Jun 2011 13:25:56 +0300
applauncherd (0.30.2) stable; urgency=low
* Fixes: NB#257654 - QApplication::applicationDirPath() and QApplication::applicationFilePath() return wrong values for d-boosted applications
* Changes: Fix dir path logging in test apps. Remove redundant test case applauncherd__test_dirPath_filePath_m.
* Changes: perf test modified to wait for applauncherd to be running in normal mode
-- Alexey Shilov <alexey.shilov@nokia.com> Fri, 17 Jun 2011 14:14:58 +0300
applauncherd (0.30.1) stable; urgency=low
* Changes: Add test for QApplication::applicationFilePath and applicationDirPath
* Fixes: NB#257654 - QApplication::applicationDirPath() and QApplication::applicationFilePath() return wrong values for d-boosted applications
* Changes: New functional tests added to check testability library is loaded by booster-m and booster-d
* Changes: Deprecate MDeclarativeCache::applicationDirPath() and MDeclarativeCache::applicationFilePath().
* Changes: Modify test applications to use _exit().
* Fixes: NB#263422 - Precached (QML) applications do not set WM_NAME window atom properly
-- Pertti Kellomaki <pertti.kellomaki@nokia.com> Wed, 8 Jun 2011 13:36:37 +0300
applauncherd (0.30.0) stable; urgency=low
* Fixes: NB#261960 - [TASK] "Invoker" should be able to launch applications even when "applauncherd" is not running
* Changes: boosted application debug documentation updated
-- Alexey Shilov <alexey.shilov@nokia.com> Mon, 06 Jun 2011 15:09:02 +0300
applauncherd (0.29.9) stable; urgency=low
* Fixes: NB#247707 - Invoker interferes with qttas plugin loading for qml applications
* Implemented: SWP#DUI-5353
-- Pertti Kellomaki <pertti.kellomaki@nokia.com> Wed, 25 May 2011 14:18:05 +0300
applauncherd (0.29.8) stable; urgency=low
* Fixes: NB#231286 - Launcher daemon doesn't link the libraries so that they could be prelinked
* Changes: Highlighted applauncherd dependency with debian packages in documentation.
-- Olli Leppanen <olli.leppanen@nokia.com> Mon, 23 May 2011 15:42:28 +0300
applauncherd (0.29.7) stable; urgency=low
* Changes: Remove deprecated library (see NB#231286, comment 54).
* Changes: Refactoring of testability plug-in loading
* Changes: Corrected path names in documentation
* Fixes: NB#250404 - Unable to create non-native single-instance applications with /usr/bin/single-instance or /usr/bin/invoker
-- Alexey Shilov <alexey.shilov@nokia.com> Thu, 12 May 2011 16:43:38 +0300
applauncherd (0.29.6) stable; urgency=low
* Changes: Corrected doxygen grouping in documentation
* Changes: Added a command to run cpu in full speed to perf tests
* Fixes: NB#254878 - COREWEB: /usr/bin/camera-ui.launch 'AppData::deleteArgv Booster::launchProcess'
* Implemented: SWP#DUI-5313, SWP#DUI-5315
-- Nimika Keshri <nimika.1.keshri@nokia.com> Thu, 12 May 2011 11:34:15 +0300
applauncherd (0.29.5) stable; urgency=low
* Fixes: NB#250971 - a booster is wasted with --single-instance
-- Alexey Shilov <alexey.shilov@nokia.com> Tue, 10 May 2011 15:36:02 +0300
applauncherd (0.29.4) stable; urgency=low
* Fixes: NB#253352 - libmeegotouchpreloader should be dlopened
-- Juha Lintula <juha.lintula@nokia.com> Mon, 09 May 2011 13:19:13 +0300
applauncherd (0.29.3) stable; urgency=low
* Fixes: NB#249151 - applauncher: security issue: memory area marked as writable and executable
* Fixes: NB#247707 - Invoker interferes with qttas plugin loading for qml applications
-- Juha Lintula <juha.lintula@nokia.com> Tue, 03 Apr 2011 11:11:24 +0200
applauncherd (0.29.2) stable; urgency=low
* Changes: Added 'all boosters up and running'-check in applauncherd tests
* Fixes: NB#250976 - User Documentation for applauncherd still "Under Construction"
* New: Content added to invokerparameters.dox
* Changes: Added a note about splash screen to limitations.dox
-- Nimika Keshri <nimika.1.keshri@nokia.com> Mon, 02 May 2011 11:40:27 +0300
applauncherd (0.29.1) stable; urgency=low
* Fixes: NB#250976 - User Documentation for applauncherd still "Under Construction"
-- Juha Lintula <juha.lintula@nokia.com> Thu, 24 Mar 2011 11:30:48 +0200
applauncherd (0.29.0) stable; urgency=low
* Changes: New test added to check the daemons running after boot that uses invoker
* Changes: More Coverity tool defect fixes
* Changes: Exec Booster documentation added
* Changes: Created a separate documentationpage config for MDeclarativeCache interface
* Changes: Changed relative paths to start from righ level in doxygen conf files
* Changes: Preloading of libcontactswidgets.so and libmeegocontrol.so added
* Fixes: NB#238947 - The API documentation main page for QML Booster needs to be updated
* Fixes: NB#249220 - Applauncherd doxygen INPUT/OUTPUT paths should be relative
-- Nimika Keshri <nimika.1.keshri@nokia.com> Thu, 21 Apr 2011 13:43:29 +0300
applauncherd (0.28.0) stable; urgency=low
* Changes: Stuff to the README added.
* Changes: Some coverity tool defects are fixed
* Changes: Coverity tool defect fixes for tests
* Fixes: NB#247253 - Invoker should not show splash-screen if app is already running
-- Jussi Lind <jussi.lind@nokia.com> Thu, 14 Apr 2011 15:44:45 +0300
applauncherd (0.27.0) stable; urgency=low
* Changes: Fixed misbehaving pixelchanged application
* Changes: Added stopping all daemons which are using invoker before functional tests
* Implemented: SWP#DUI-5199, SWP#DUI-5180, SWP#DUI-5162
* Fixes: NB#244103 - Device hangs on closing application in connecting view while configuring MFE account
* Fixes: NB#243857 - Mismatched new[] - delete in applauncherd
* Fixes: NB#238937 - minor splash-screen bugs
* Fixes: NB#246767 - Invoker is killed when used to maximize already running single-instance application
-- Olli Leppanen <olli.leppanen@nokia.com> Fri, 08 Apr 2011 15:08:24 +0300
applauncherd (0.26.0) stable; urgency=low
* Fixes: NB#240051 - applauncherd-launcher: please remove requests of DRM related token
* Fixes: NB#242533 - applauncherd.bin is terminated by SIGPIPE
* Changes: Added QML booster user documentation into doc package
-- Jussi Lind <jussi.lind@nokia.com> Thu, 07 Apr 2011 16:24:15 +0300
applauncherd (0.25.1) stable; urgency=low
* Fixes: NB#241927 - QML boosted applications have incorrect MApplication::objectName
* Lock file moved to /var/run
* Changes: Use #include <MDeclarativeCache> in boosted-qml examples
* Changes: Added -I/usr/include/applauncherd to qdeclarative-boostable.pc
-- Jussi Lind <jussi.lind@nokia.com> Thu, 31 Mar 2011 17:13:21 +0300
applauncherd (0.25.0) stable; urgency=low
* Fixes: NB#241755 - Booster-e doesn't work with executables
* Fixes: NB#239608 - invoker doesn't forward ^C always
* Changes: Directory naming in the source tree made consistent => all lower case.
* Changes: Partially fixes bug 231306 - Launcher slows down boot by loading irrelevant libraries
* Changes: New main page for the documentation
* Changes: moved e-booster tests to functests and marked them as significant
* Changes: moved single instance tests to functests and made them significant
* Changes: moved qml booster tests to functests and made them significant
* Changes: Remove comments from performance tests.xml files
-- Jussi Lind <jussi.lind@nokia.com> Wed, 30 Mar 2011 15:58:08 +0300
applauncherd (0.24.5) stable; urgency=low
* Fixes: NB#240045 - Not able to open bluetooth menu from settings application
-- Juha Lintula <juha.lintula@nokia.com> Thu, 24 Mar 2011 11:30:48 +0200
applauncherd (0.24.4) stable; urgency=low
* Changes: library list update reverted. Reopens NB#231306.
-- Antti Kervinen <antti.kervinen@nokia.com> Thu, 24 Mar 2011 10:55:43 +0200
applauncherd (0.24.3) stable; urgency=low
* Changes: Removed more failing insignificant tests which might prevent integration
-- Juha Lintula <juha.lintula@nokia.com> Thu, 24 Mar 2011 10:55:43 +0200
applauncherd (0.24.2) stable; urgency=low
* Changes: Removed failing performance tests
-- Juha Lintula <juha.lintula@nokia.com> Thu, 24 Mar 2011 08:45:43 +0200
applauncherd (0.24.1) stable; urgency=low
* Changes: Removed temporary workaround for skype account plugin bug #218766.
* Fixes: NB#238955 - Copyright tag not defined in applauncherd
-- Jussi Lind <jussi.lind@nokia.com> Tue, 22 Mar 2011 14:01:11 +0200
applauncherd (0.24.0) stable; urgency=low
* Fixes: NB#234196 - QML Booster should be part of Nokia MeeGo in the API
* Fixes: NB#231306 - Launcher slows down boot by loading irrelevant libs and not loading relevant ones
-- Juha Lintula <juha.lintula@nokia.com> Fri, 18 Mar 2011 13:17:52 +0200
applauncherd (0.23.0) stable; urgency=low
* Changes: invoker returns e-booster exit value
* Changes: pipe between applauncher and boosters replaced by socket pair
* Changes: Removed extra prctl(PR_SET_DUMPABLE, ...)
* Changes: e-booster refactoring
* Changes: removed compilation warnings
* Changes: added user and api documentation as html in doc package
* Fixes: NB#236033 - applauncherd does not build with gcc-4.5
* Fixes: NB#234213 - The documentation of QML Booster is not good
-- Alexey Shilov <alexey.shilov@nokia.com> Thu, 10 Mar 2011 14:52:40 +0200
applauncherd (0.22.0) stable; urgency=low
* Landscape splash-message implemented to protocol between invoker and launcher
* Splash parameters communicated to mcompositor
* Implemented: SWP#DUI-5052
-- Alexey Shilov <alexey.shilov@nokia.com> Tue, 08 Mar 2011 17:02:14 +0200
applauncherd (0.21.0) stable; urgency=low
* Changes: Disable out of memory adjustments command line parameter added to invoker
* Changes: AppData code refactoring
-- Juha Lintula <juha.lintula@nokia.com> Fri, 08 Mar 2011 10:16:05 +0200
applauncherd (0.20.0) stable; urgency=low
* Implemented: SWP#DUI-5045
* Implemented: SWP#DUI-5050
* New: Test for core dump generation with launched apps
* Changes: add core dump test to red tests
* New: Basic implementation of the e-booster.
* New: Unit tests for EBooster added.
* Changes: Indentation fixed / tabs removed from mdeclarativecache.cpp
* Changes: e-booster tests added. Removed .launch from test applications and scripts
-- Jussi Lind <jussi.lind@nokia.com> Fri, 04 Mar 2011 13:59:58 +0200
applauncherd (0.19.0) stable; urgency=low
* Splash command line parameters added to invoker
* Implemented: SWP#DUI-5050
* Fixes: NB#229983 - Applauncherd is not able to return to the boot mode
* Fixes: NB#230055 - cores generation does not work for boosted applications
-- Jussi Lind <jussi.lind@nokia.com> Mon, 28 Feb 2011 13:12:59 +0200
applauncherd (0.18.4) stable; urgency=low
* Fixes: NB#229925 - applauncherd-single-instance is missing debug symbols
-- Nimika Keshri <nimika.1.keshri@nokia.com> Thu, 24 Feb 2011 12:30:42 +0200
applauncherd (0.18.3) stable; urgency=low
* Fixes: NB#228729 - MDeclarativeBooster does [not] launch applications with meego-graphicssystem support
* Changes: Remove tcb token from a testapp and fix credential test
* Changes: Perf tests splitted into different packages. Fixed the co-ordinate problem
-- Nimika Keshri <nimika.1.keshri@nokia.com> Tue, 22 Feb 2011 12:21:06 +0200
applauncherd (0.18.2) stable; urgency=low
* Changes: add event loop to qdeclarative booster
* Changes: update eventhandler class to be used with d-booster
* Changes: EventHandler works with both QApplication and MApplication event loop
* Changes: Add interface declaration file for the mdeclarativecache library.
-- Nimika Keshri <nimika.1.keshri@nokia.com> Mon, 21 Feb 2011 11:01:47 +0200
applauncherd (0.18.1) stable; urgency=low
* Fixes: NB#211246 - Policy framework cannot detect the launch of a boosted applications
* Fixes: NB#226224 - applauncherd-dev is missing a dependency to applauncherd
-- Nimika Keshri <nimika.1.keshri@nokia.com> Wed, 09 Feb 2011 11:48:51 +0200
applauncherd (0.18.0) unstable; urgency=low
* Changes: Check that DISPLAY exists in launcher.c
* New: QML booster added
* New: qml booster tests added
* New: Boot mode tests added
* New: single instance tests added
-- Antti Kervinen <antti.kervinen@nokia.com> Thu, 03 Feb 2011 11:40:00 +0200
applauncherd (0.17.1) stable; urgency=low
* Changes: Broken tests fixed
-- Nimika Keshri <nimika.1.keshri@nokia.com> Mon, 24 Jan 2011 10:33:38 +0200
applauncherd (0.17.0) stable; urgency=low
* Fixes: NB#212024 - Application launcher should be usable (improve performance) also at boot
* Fixes: NB#220076 - applauncherd.bin does not work without link to /tmp/m.themedaemon
* Changes: support for --boot-mode in applauncherd.bin
* Changes: support for --help in applauncherd.bin
* Changes: support for --single-instance in invoker
* Changes: --debug argument problem fixed in preloading
* Changes: Corrected error on test-perf-mbooster.py
* Changes: Commented out the single-instance test case skeletons
* Changes: Removed invoker fallback to execve
* Changes: References to .launch removed from README. Some minor fixes.
-- Jussi Lind <jussi.lind@nokia.com> Mon, 17 Jan 2011 15:53:15 +0200
applauncherd (0.16.1) stable; urgency=low
* Changes: WRT Booster and related tests removed.
* Changes: Library preloading warnings are printed only if --debug commandline parameter is given.
* Fixes: NB#217662 - applauncherd depends on WRT
-- Antti Kervinen <antti.kervinen@nokia.com> Thu, 13 Jan 2011 12:00:00 +0200
applauncherd (0.16.0) stable; urgency=low
* Changes: Single instance test skeletons added
-- Olli Leppanen <olli.leppanen@nokia.com> Thu, 13 Jan 2011 15:18:00 +0200
applauncherd (0.16.0) stable; urgency=low
* Changes: Boosters loaded as plugins.
* Changes: New test added that checks that booster pid is acquired by application started using booster
* Changes: Changed wait time between button press and release from 100ms to 200ms in pixelchanged.
* Changes: Single-instance binary added
* Fixes: NB#214093 - application started with launcher has wrong name in the process list
* Fixes: NB#216191 - Lack of single instance support for qml applications
* Fixes: NB#216196 - Boosters are not loaded as plugins
-- Juha Lintula <juha.lintula@nokia.com> Wed, 12 Jan 2011 12:00:00 +0200
applauncherd (0.15.10) stable; urgency=low
* Fixes: NB#211510 - boosters should update oom_adj to 0 before calling main
* Changes: Some comments made clearer / added.
* Changes: Code refactoring done for tests. Debugs added.
-- Jussi Lind <jussi.lind@nokia.com> Wed, 15 Dec 2010 13:00:08 +0200
applauncherd (0.15.9) stable; urgency=low
* Changes: Add possibility to track 2 pixels at a time to pixelchanged
and increase the delay between mouse press and release to 100ms
* Changes: Performance test uses pixelchanged with two tracked pixels
* Fixes: NB#207781 - Some applications do not load QAccessibleBridgePlugin plug-ins
-- Juha Lintula <juha.lintula@nokia.com> Thu, 09 Dec 2010 14:59:32 +0200
applauncherd (0.15.8) stable; urgency=low
* Changes: Added a workaround to startup time tests from grid to make them work
* Fixes: NB#210094 - files cleanup for applauncherd/booster-m
-- Olli Leppanen <olli.leppanen@nokia.com> Mon, 06 Dec 2010 18:21:06 +0200
applauncherd (0.15.7) stable; urgency=low
* Changes: Install libapplauncherd.so to /usr/lib/applauncherd/libapplauncherd.so
* Changes: Some useless X11 modules removed from fala_windowid's CMakeLists.txt
* Startup time tests polished
-- Jussi Lind <jussi.lind@nokia.com> Fri, 03 Dec 2010 11:21:06 +0200
applauncherd (0.15.6) stable; urgency=low
* Changes: Added the windowid binary to be used in startup tests
-- Olli Leppanen <olli.leppanen@nokia.com> Tue, 30 Nov 2010 16:04:57 +0200
applauncherd (0.15.5) stable; urgency=low
* Fixes: NB#206309 - applauncherd cannot locate shared objects
* Changes: Changed again component names in meegotouchhome in test scripts
* Changes: pixelchanged can raise a window with -r.
* Changes: build env variable for Harmattan added
-- Nimika Keshri <nimika.1.keshri@nokia.com> Tue, 30 Nov 2010 14:04:57 +0200
applauncherd (0.15.4) stable; urgency=low
* Changes: Modified component names in startup time tests
-- Olli Leppanen <olli.leppanen@nokia.com> Fri, 26 Nov 2010 16:47:26 +0200
applauncherd (0.15.3) stable; urgency=low
* Implemented: SWP#DUI-4131
* Changes: Changed warning message when library can't be preloaded
* Changes: Modified the startup time tests to be more reliable
-- Nimika Keshri <nimika.1.keshri@nokia.com> Fri, 26 Nov 2010 13:47:26 +0200
applauncherd (0.15.2) stable; urgency=low
* Changes: Fixed crash of booster-m and booster-w / non-quitting booster-m caused
by erroneous handling of SIGHUP. No more QThread warnings related to
QSocketNotifier. Removed SIGHUP handler from main.cpp
(Set in mbooster.cpp and wrtbooster.cpp. Default behavior is
always exit() anyway).
* Changes: A bit confusing Booster::readCommand() renamed to
Booster::receiveDataFromInvoker().
* Changes: Access Booster::m_connection and Booster::m_appData through setter
/getter in derived classes.
* Changes: License plates added to some test apps.
* Changes: fala_gettime.cpp => fala_gettime.c, fala_gettime_ms.cpp => fala_gettime_ms.c.
* Changes: Default C-flags added to top-level CMakeLists.
* Changes: pixelchanged test app: use pkg-config for x11, xtst and xi. C flags set correctly. Warnings fixed.
* Fixes: NB#205006 - Redundant(?) booster-monitor processes takes a lot of memory
* Changed: Modified startup time tests to support command line starting and parameters
-- Jussi Lind <jussi.lind@nokia.com> Wed, 24 Nov 2010 19:34:58 +0200
applauncherd (0.15.1) stable; urgency=low
* Fixes: NB#201779 - cheap way how to load all libraries correct
* Fixes: NB#206309 - applauncherd cannot locate shared objects
* Changes: Launcher library exports only main()
* Changes: Install /usr/bin/applauncherd.launcher to /usr/lib/libapplauncherd.so
due to dh_strip problems and because it's not -pie.
* Changes: Added the "startup time from application grid" test
* Implemented: SWP#DUI-4282
-- Jussi Lind <jussi.lind@nokia.com> Fri, 19 Nov 2010 14:20:22 +0200
applauncherd (0.15.0) stable; urgency=low
* Changes: Basic implementation of library-based launcher
* Fixes: NB#205663 - crashes due to exit() is used in forked process
-- Jussi Lind <jussi.lind@nokia.com> Fri, 19 Nov 2010 14:20:22 +0200
applauncherd (0.14.6) stable; urgency=low
* Fixes: NB#199342 - Music-suite crashes when started using invoker
* Changes: Add test_invoker_search_prog to tests.xml
* Changes: Add a test for invoker searching PATH for programs
* Changes: Moved the implementation of MonitorBooster::boosterType() to the source file from the header file
* Changes: Remove invoke_recv_str as it is never used
-- Nimika Keshri <nimika.1.keshri@nokia.com> Wed, 10 Nov 2010 11:51:05 +0200
applauncherd (0.14.5) stable; urgency=low
* Changes: acceptance and validation flags removed for tests package
* Changes: Tests fixed as the default --wait-term made them fail
* Revert "Changes: Too exact library versions made more general in preload.h"
* Changes: no-wait option for invoker is added
* Changes: invoker - launcher protocol simplification
-- Nimika Keshri <nimika.1.keshri@nokia.com> Tue, 02 Nov 2010 14:06:55 +0200
applauncherd (0.14.4) stable; urgency=low
* Changes: use at() instead of [] operator to read-only access to vector elements
* Changes: clean-up preload library list
* Fixes: NB#199342 - Music-suite crashes when started using invoker
* Changes: Too exact library versions made more general in preload.h
* Changes: Qt-styled Unix signal handling added to MBooster. Fixes the issue where booster-m
is not killed when launcher dies.
* Changes: Polished the credential filtering stuff in Booster, some comments added
* Changes: filter out invoker credentials from boosted applications
* Fixes: NB#178610 - applauncherd/boosters potential optimizations
* Fixes: NB#196289 - applauncher.bin adds 3-28 extra file descriptors for nothing
-- Nimika Keshri <nimika.1.keshri@nokia.com> Thu, 28 Oct 2010 13:57:03 +0300
applauncherd (0.14.3) stable; urgency=low
* Changes: use RTLD_LOCAL flag instead of RTLD_GLOBAL in dlopen() to load application binary
* Changes: remove -rdynamic linker parameter
* Changes: package dependency changed from testrunner -> testrunner-lite
-- Nimika Keshri <nimika.1.keshri@nokia.com> Tue, 12 Oct 2010 11:50:14 +0300
applauncherd (0.14.2) stable; urgency=low
* Fixes: NB#195903 - applauncherd-launcher manifest refers to non-existing tokens ReadUserData/WriteUserData
-- Nimika Keshri <nimika.1.keshri@nokia.com> Wed, 06 Oct 2010 15:10:22 +0300
applauncherd (0.14.1) stable; urgency=low
* Changes: Compilation flag -Wno-psabi remove
* Changes: Logger refactored, #ifdef _DEBUG => #ifndef DEBUG_LOGGING_DISABLED
* Changes: acceptConn() => accept(), closeConn() => close(), socket pool is cleared on closeAllSockets()
-- Nimika Keshri <nimika.1.keshri@nokia.com> Wed, 06 Oct 2010 14:07:11 +0300
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 <jussi.lind@nokia.com> 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
-- Nimika Keshri <nimika.1.keshri@nokia.com> Wed, 15 Sep 2010 10:21:17 +0300
applauncherd (0.13.0) stable; urgency=low
* New: WRT Booster added
* New: BoosterFactory-class added
* Changes: Preloaded libraries are loaded with dlopen() (preload.h)
-- Jussi Lind <jussi.lind@nokia.com> Mon, 06 Sep 2010 16:01:23 +0300
applauncherd (0.12.1) stable; urgency=low
* Changes: Launcher uses creds_confine2 to reset credentials during transmogrification
* Fixes: NB#187583 - Update application launcher to use creds_confine2() for credential setup
* Fixes: NB#187780 - Booster robustness improvement: launch applications even without applauncherd
-- Antti Kervinen <antti.kervinen@nokia.com> Mon, 30 Aug 2010 15:03:59 +0300
applauncherd (0.11.0) stable; urgency=low
* Changes: Signal-forwarding tests added
* Changes: Test for invoker can launch applications even without applauncherd
* Changes: "Deprecated" applauncherd-dev and made it depend on libmeegotouch-dev
* Changes: wait-term parameter support for applications started without launcher
* Changes: invoker can launch applications even without applauncherd
* Changes: remove CAP::kill from invoker's aegis file
* Changes: Updates to meego packaging files. Submitted to devel:ux:handset.
* Changes: signals forwarding update
* Changes: daemon error messages refactoring
* Changes: added Connection::peersPid() method
* Changes: Handle PWD correctly
* Changes: pass pid of invoker from booster to launcher
* Changes: PROG_NAME separated into PROG_NAME_INVOKER and PROG_NAME_LAUNCHER
* Changes: invoker's receiving of booster process exit code refactoring
* Fixes: NB#187780 - Booster robustness improvement: launch applications even without applauncherd
-- Nimika Keshri <nimika.1.keshri@nokia.com> Mon, 30 Aug 2010 11:38:32 +0300
applauncherd (0.10.3) stable; urgency=low
* Changes: pass and set gid and uid from invoker process to launcher
-- Nimika Keshri <nimika.1.keshri@nokia.com> Fri, 20 Aug 2010 11:16:01 +0300
applauncherd (0.10.2) stable; urgency=low
* Changes: close connection with invoker if --wait-term param is not used
* Changes: Replaced references to Matti with TDriver
* Changes: sending application exit status to invoker stubs, code refactoring
* Changes: return application's exit status to invoker
* Changes: Changed the order of provide and request in applauncherd-launcher.aegis
-- Nimika Keshri <nimika.1.keshri@nokia.com> Tue, 17 Aug 2010 15:41:40 +0300
applauncherd (0.10.1) stable; urgency=low
* Fixes: NB#184761 - Application launched with applauncher does not generate core dumps
-- Nimika Keshri <nimika.1.keshri@nokia.com> Wed, 11 Aug 2010 17:00:32 +0300
applauncherd (0.10.0) stable; urgency=low
* debian/rules: DISABLE_VERIFICATION=1 added to other than arm and armel builds
* MeeGo packaging files added
* Fixed core dumping issues
* Close unused sockets in booster
* Fixes for test cases
-- Oskari Timperi <ext-oskari.timperi@nokia.com> Wed, 11 Aug 2010 14:53:34 +0300
applauncherd (0.9.0) stable; urgency=low
* Added CAP::setpcap to applauncherd's aegis file as a partial fix for NB#180963
* Testcase for invokers --delay parameter
* Testcase for applauncherd's --daemon parameter
* Fixed applauncherd's help printing when applauncherd is already running
* Fixed a credential test to have correct set of tokens
-- Oskari Timperi <ext-oskari.timperi@nokia.com> Wed, 28 Jul 2010 11:13:37 +0300
applauncherd (0.8.0) stable; urgency=low
* Fixes: NB#179266 - terminating invoker --wait-term leaves launched process running
* a bug fixed in io descriptor count, previous rearrangement taken back
* test mode removed from ut_daemon, rearranged member variables in connection
-- Nimika Keshri <nimika.1.keshri@nokia.com> Mon, 19 Jul 2010 12:17:36 +0300
applauncherd (0.7.0-2) stable; urgency=low
* Fixes: NB#176326 - Conndlgs launched using Applauncherd respawns until respawn limit
-- Antti Kervinen <antti.kervinen@nokia.com> Tue, 07 Jul 2010 12:21:29 +0300
applauncherd (0.7.0-1) stable; urgency=low
* Invoker waits for launched process to terminate when run with --wait-term
* Dbg packages added: applauncherd-dbg, applauncherd-invoker-dbg, applauncherd-launcher-dbg and applauncherd-testapps-dbg
* Fixes: NB#177439, invoker starts reloading cache too soon
* Implemented: SWP#DUI-3384
-- Antti Kervinen <antti.kervinen@nokia.com> Tue, 07 Jul 2010 10:10:29 +0300
applauncherd (0.6.0-1) stable; urgency=low
* applauncherd-art-tests and applauncherd-bug-tests added
-- Nimika Keshri <nimika.1.keshri@nokia.com> Thu, 24 Jun 2010 19:26:17 +0300
applauncherd (0.5.0-3) stable; urgency=low
* Fixes: NB#174460, applauncherd-functional-tests package fails very frequently in ART
* Coverity tool fixes
-- Nimika Keshri <nimika.1.keshri@nokia.com> Mon, 14 Jun 2010 19:26:20 +0300
applauncherd (0.5.0-2) stable; urgency=low
* delay is initialized to DEFAULT_DELAY
* Refactored test application for performance tests
-- Nimika Keshri <nimika.1.keshri@nokia.com> Mon, 07 Jun 2010 12:39:54 +0300
applauncherd (0.5.0-1) stable; urgency=low
* Platform security feature improved
* mcomponentcache enabled
* disable LD_BIND_NOW environment variable
* added delay parameter to invoker, invoker debug logging disabled by default, code refactoring
-- Nimika Keshri <nimika.1.keshri@nokia.com> Fri, 04 Jun 2010 12:18:59 +0300
applauncherd (0.4.1-1) stable; urgency=low
* applauncherd-dev install meegotouch-boostable.prf for qmake
* Socket permissions set to 777
* Documentation updates
* Aegis tests updated / fixed
-- Jussi Lind <jussi.lind@nokia.com> Thu, 27 May 2010 14:34:47 +0300
applauncherd (0.4.0-1) stable; urgency=low
* Platform security stuff added: confine for the forked process + verification for the invoker (disabled for now)
* Applauncherd package divided into applauncherd-launcher and applauncherd-invoker
* Fixes: NB#170267, applauncherd-functional-tests package error
* applauncherd-dev installs meegotouch-boostable.pc that shows correct linker flags for applications
* Documentation updates
-- Jussi Lind <jussi.lind@nokia.com> Thu, 20 May 2010 15:38:42 +0300
applauncherd (0.3.1-1) stable; urgency=low
* Workaround: NB#168188, populating cache disabled for not allocating graphics memory
-- Antti Kervinen <antti.kervinen@nokia.com> Mon, 17 May 2010 14:51:25 +0300
applauncherd (0.3.0-1) stable; urgency=low
* Added the feature and requirements fields inside tests.xml files
* Updated functional and unit tests according the MBooster change
* Code refactoring
* Implemented: SWP#DUI-2964
-- Olli Leppanen <olli.leppanen@nokia.com> Tue, 05 May 2010 12:16:40 +0300
applauncherd (0.2.0-5) stable; urgency=low
* Naming changes: libdui => libmeegotouch
* Unit tests are updated
* Implemented: SWP#DUI-2483
-- Alexey Shilov <alexey.shilov@nokia.com> Tue, 27 Apr 2010 16:16:40 +0300
applauncherd (0.2.0-4) stable; urgency=low
* applifed-performance-tests is trying to overwrite the file ./usr/bin/waitforwindow, which was provided by applauncherd-performance-tests
* Fixes: NB#161251
-- Jussi Lind <jussi.lind@nokia.com> Tue, 06 Apr 2010 13:59:16 +0300
applauncherd (0.2.0-3) stable; urgency=low
* Instructions for developers added
* Process nice parameter passed from invoker to launcher
* Unit tests are updated
* Implemented: SWP#DUI-2127, SWP#DUI-2152
-- Alexey Shilov <alexey.shilov@nokia.com> Fri, 11 Mar 2010 13:13:02 +0200
applauncherd (0.2.0-2) stable; urgency=low
* Naming changes: launcher => applauncherd, applaucherd => applauncherd.bin
-- Jussi Lind <jussi.lind@nokia.com> Mon, 08 Mar 2010 13:13:02 +0200
applauncherd (0.2.0-1) stable; urgency=low
* First released version: basic launcher functionality with basic test set
* Implemented: SWP#DUI-2270, SWP#DUI-2128
-- Jussi Lind <jussi.lind@nokia.com> Fri, 05 Mar 2010 11:16:03 +0200
launcher (0.1.0-1) unstable; urgency=low
* Initial release
-- Jussi Lind <jussi.lind@nokia.com> Fri, 12 Feb 2010 16:00:08 +0200