From: Roman Moravcik Date: Sat, 15 May 2010 14:07:29 +0000 (+0200) Subject: Version bump (0.4-1) X-Git-Tag: v0.4-1 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=77e585422b5251f6939da4b98bf7917f4baf231d;p=flashlight-appl Version bump (0.4-1) --- diff --git a/configure.ac b/configure.ac index 1b9ba10..d234adc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([flashlight-applet], [0.3], [], [flashlight-applet]) +AC_INIT([flashlight-applet], [0.4], [], [flashlight-applet]) AC_PREREQ([2.58]) AC_CONFIG_SRCDIR([src/flashlight_applet.c]) diff --git a/debian/changelog b/debian/changelog index 29bd412..f235c84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +flashlight-applet (0.4-1) fremantle; urgency=low + + * Added Polish translation by Tomasz Dominikowski. + * Added Kannada translation by Chandru. + * Added Hebrew translation by Yaron Shahrabani. + * Added simple DBus launcher for enabling flashlight. + * Added simple DBus interface for enabling/disabling flashlight. + * Added proper initializations and checks for uninitialized values of variables. + * Fixed deinitialization of DBus connection. + * Fixed crash of applet during the package update, if HAL wasn't previously + initialized. + * Updated copyright years. + + -- Roman Moravcik Sat, 15 May 2010 16:06:35 +0200 + flashlight-applet (0.3-7) fremantle; urgency=low * Fixed bug 5369: Hildon-status-menu crashed when uninstalling applications.