Release 2.1.74 2.1.74-1
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 18 May 2009 10:07:30 +0000 (13:07 +0300)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 18 May 2009 10:07:30 +0000 (13:07 +0300)
* NEWS: Updates.
* configure.ac: Bump version.
* debian/changelog: Updates.

ChangeLog
NEWS
configure.ac
debian/changelog

index d81531c..aca1da9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-05-18  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.74]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
 2009-05-15  Alberto Garcia  <agarcia@igalia.com>
 
        * hildon/hildon-gtk.h
diff --git a/NEWS b/NEWS
index a7eda40..b7462c4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+[2.1.74 release]
+
+  * Fixes: NB#116289 (Hildon home crashes while adding task shortcuts.)
+  * Fixes: NB#116682 (Destroying parented animation actors when parent
+    in unmapped leads to crash) (Artem Egorkine)
+  * Fixes: NB#116786 (Image viewer crases whie trying to launch menu,
+    in a scenario)
+  * Fixes: NB#107486 (HildonWindow should size itself properly)
+  * Fixes: NB#106374 (Need API to take a loading screenshot)
+
+  New API:
+  * hildon_format_file_size_for_display() (Christian Dywan)
+  * hildon_gtk_window_take_screenshot()
+
+  Other:
+
+  * Fix tests build during distcheck.
+  * HildonButton minor fixes.
+  * Coverity reported fixes.
+
 [2.1.72 release]
 
   * Fixes: NB#114395 ('Disconnect charger...' info banner in portrait is truncated)
index 3d20697..a2654ad 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.73], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.74], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index d561752..e3906ff 100644 (file)
@@ -1,9 +1,17 @@
-libhildon (2.1.73-1) unstable; urgency=low
-
-  * unreleased
+libhildon (2.1.74-1) unstable; urgency=low
+
+  * Fixes: NB#116682 (Destroying parented animation actors when parent
+    in unmapped leads to crash) (Artem Egorkine)
+  * Fixes: NB#107486 (HildonWindow should size itself properly)
+  * Fixes: NB#106374 (Need API to take a loading screenshot)
+  * New: hildon_format_file_size_for_display() (Christian Dywan)
+  * New: hildon_gtk_window_take_screenshot()
+  * Fix tests build during distcheck.
+  * HildonButton minor fixes.
+  * Coverity reported fixes.
   * Depend on osso-filemanager l10n package.
 
- -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 11 May 2009 13:22:15 +0300
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 18 May 2009 12:58:02 +0300
 
 libhildon (2.1.72-4) unstable; urgency=low