2009-03-30 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 30 Mar 2009 10:05:51 +0000 (10:05 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 30 Mar 2009 10:05:51 +0000 (10:05 +0000)
[Release 2.1.58]

* NEWS: Updates.
* configure.ac: Bump version.
* debian/changelog: Updates.

ChangeLog
NEWS
configure.ac
debian/changelog

index 63e3474..db3ba2f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-30  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.58]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
 2009-03-27  Claudio Saavedra  <csaavedra@igalia.com>
 
        * src/hildon-sound.c (hildon_ca_context_get): Mark function as static and
diff --git a/NEWS b/NEWS
index 2525cca..efe1bc8 100644 (file)
--- 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
index 9db3428..ac4c0a3 100644 (file)
@@ -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)
index 82cc310..a6b49e4 100644 (file)
@@ -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 <csaavedra@igalia.com>  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.