From 3b7e109d447418600f1e3d2b48a02add940297c8 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Mon, 30 Mar 2009 10:05:51 +0000 Subject: [PATCH] 2009-03-30 Claudio Saavedra [Release 2.1.58] * NEWS: Updates. * configure.ac: Bump version. * debian/changelog: Updates. --- ChangeLog | 8 ++++++++ NEWS | 10 ++++++++++ configure.ac | 2 +- debian/changelog | 12 ++++++++++++ 4 files changed, 31 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 63e3474..db3ba2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-03-30 Claudio Saavedra + + [Release 2.1.58] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + 2009-03-27 Claudio Saavedra * src/hildon-sound.c (hildon_ca_context_get): Mark function as static and diff --git a/NEWS b/NEWS index 2525cca..efe1bc8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +[2.1.58 release] + + * Fixes: NB#107583 (Hildon app menu crashes in various applications) + * Fixes: NB#106067 (hildon_play_system_sound() play sound only first + time called) + * Fixes: NB#106998 (HildonProgram's is-topmost property doesn't + change when the user tasks in/out of an application) + * Fixes: NB#107897 (Patch to make editmodetoolbar background + themeable and adjust margin) + [2.1.56 release] * Fixes: NB#107494 (Items stay selected when clicking and moving diff --git a/configure.ac b/configure.ac index 9db3428..ac4c0a3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [2.1.56], [hildon@projects.maemo.org], [hildon]) +AC_INIT([Hildon gtk widgets], [2.1.58], [hildon@projects.maemo.org], [hildon]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index 82cc310..a6b49e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +libhildon (2.1.58-1) unstable; urgency=low + + * Fixes: NB#107583 (Hildon app menu crashes in various applications) + * Fixes: NB#106067 (hildon_play_system_sound() play sound only first + time called) + * Fixes: NB#106998 (HildonProgram's is-topmost property doesn't + change when the user tasks in/out of an application) + * Fixes: NB#107897 (Patch to make editmodetoolbar background + themeable and adjust margin) + + -- Claudio Saavedra Mon, 30 Mar 2009 11:31:07 +0300 + libhildon (2.1.56-2) unstable; urgency=low * Do not use new gtk+ API yet to avoid depending on a new GTK+ version. -- 1.7.9.5