From: Roman Moravcik Date: Thu, 7 Jan 2010 13:39:11 +0000 (+0100) Subject: Version bump (0.3) X-Git-Tag: v0.3 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fv0.3;p=flashlight-appl Version bump (0.3) --- diff --git a/configure.ac b/configure.ac index d01845e..38452fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([flashlight-applet], [0.2], [], [flashlight-applet]) +AC_INIT([flashlight-applet], [0.3], [], [flashlight-applet]) AC_PREREQ([2.58]) AC_CONFIG_SRCDIR([src/flashlight_applet.c]) diff --git a/debian/changelog b/debian/changelog index 9c057f7..f50dab4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +flashlight-applet (0.3-0) fremantle; urgency=low + + * Fixed bug 4906: Instruction to start Flashlight Applet not clear. + * Fixed bug 4949: Applet breaks the camera application. + * Decreased banner timeout from 9 to 3 seconds. + * Try to close camera device if opening or enabling of flashlight failed. + * Fixed crash of applet if HAL is not running. + + -- Roman Moravcik Thu, 7 Jan 2010 11:25:19 +0100 + flashlight-applet (0.2-0) fremantle; urgency=low * Added alarm management.