From: Claudio Saavedra Date: Fri, 29 May 2009 15:34:41 +0000 (+0200) Subject: Release 2.1.78 X-Git-Tag: 2.1.78-1^0 X-Git-Url: http://git.maemo.org/git/?p=hildon;a=commitdiff_plain;h=0f07df676e7db8459d4e822543f84a84245465fe Release 2.1.78 * NEWS: Updates. * configure.ac: Bump version. * debian/changelog: Updates. --- diff --git a/ChangeLog b/ChangeLog index 336dae2..21b3fba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2009-05-29 Claudio Saavedra + [Release 2.1.78] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-05-29 Claudio Saavedra + * 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 --- 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 diff --git a/configure.ac b/configure.ac index 6dc3b4a..5111f97 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/debian/changelog b/debian/changelog index 7688a85..86b91fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,16 @@ -libhildon (2.1.77-1) unstable; urgency=low - - * unreleased - - -- Claudio Saavedra 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 Fri, 29 May 2009 17:33:27 +0200 libhildon (2.1.76-1) unstable; urgency=low