Release 2.1.78 2.1.78-1
authorClaudio Saavedra <csaavedra@igalia.com>
Fri, 29 May 2009 15:34:41 +0000 (17:34 +0200)
committerClaudio Saavedra <csaavedra@igalia.com>
Fri, 29 May 2009 15:35:26 +0000 (17:35 +0200)
* NEWS: Updates.
* configure.ac: Bump version.
* debian/changelog: Updates.

ChangeLog
NEWS
configure.ac
debian/changelog

index 336dae2..21b3fba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2009-05-29  Claudio Saavedra  <csaavedra@igalia.com>
 
+       [Release 2.1.78]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-05-29  Claudio Saavedra  <csaavedra@igalia.com>
+
        * hildon/hildon-banner-private.h: Add a GtkAlignment to the private
        structure.
        * hildon/hildon-banner.c (hildon_banner_init): Use a GtkAlignment
diff --git a/NEWS b/NEWS
index 17f5e07..6766887 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+[2.1.78 release]
+
+  * Fixes: NB#115988 (hildon_app_menu_popup creates menu with "crushed"
+    button(s) in the top left corner)
+  * Fixes: NB#118903 (Account setup wizard: Text in Search field should
+    be focused when "Region" touch list picker is reopened again)
+  * Fixes: NB#117927 (Application menu not usable with animation
+    actors)
+  * Fixes: NB#108265 (Animation banner not properly centered)
+  * HildonEntry sizing improvements.
+  * Other code fixes.
+
 [2.1.76 release]
 
   * Fixes: NB#117928 (Widgets such as Entry and CheckButton (and
index 6dc3b4a..5111f97 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.77], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.78], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index 7688a85..86b91fb 100644 (file)
@@ -1,8 +1,16 @@
-libhildon (2.1.77-1) unstable; urgency=low
-
-  * unreleased
-
- -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 25 May 2009 20:09:08 +0200
+libhildon (2.1.78-1) unstable; urgency=low
+
+  * Fixes: NB#115988 (hildon_app_menu_popup creates menu with "crushed"
+    button(s) in the top left corner)
+  * Fixes: NB#118903 (Account setup wizard: Text in Search field should
+    be focused when "Region" touch list picker is reopened again)
+  * Fixes: NB#117927 (Application menu not usable with animation
+    actors)
+  * Fixes: NB#108265 (Animation banner not properly centered)
+  * HildonEntry sizing improvements.
+  * Other code fixes.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 29 May 2009 17:33:27 +0200
 
 libhildon (2.1.76-1) unstable; urgency=low