From a0fe4e0db29489a79e45095802e5c211610814e9 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Fri, 20 Feb 2009 13:19:18 +0000 Subject: [PATCH] 2009-02-20 Claudio Saavedra [Release 2.1.44] * NEWS: Updates. * configure.ac: Bump version. * debian/changelog: Updates. --- ChangeLog | 8 ++++++++ NEWS | 41 +++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 43 ++++++++++++++++++++++++++++++++++++++++--- 4 files changed, 90 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6c452c4..8cc51e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-02-20 Claudio Saavedra + + [Release 2.1.44] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + 2009-02-20 Alejandro G. Castro * src/hildon-pannable-area.c, diff --git a/NEWS b/NEWS index 62f6f21..6b8882d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,44 @@ +[2.1.44 release] + + Bug fixes: + + * Fixes: NB#100646 (Logical strings is shown for ok in set + password,Password needed dialogs) + * Fixes: NB#100445 (Hildon banner gets destroyed when a dialog is + opened) + * Fixes: NB#101916 (Do not allow custom icons on animation banner) + * Fixes: NB#101698 (Back button long press and delete-event handling) + * Fixes: NB#99915 (Date and Time options are not localised in Date + and Time setttings) + * Fixes: NB#101043 (Second row of all the command button are + displayed in transparent mode.) + * Fixes: NB#102225 (Crash setting the progress indicator to a non + visible window) + * Fixes: NB#102262 (memory leak in hildon_button_set_style()) + * Fixes: NB#101793 (Make edit toolbar the same height as window + title bar (use title area theming)) + * Fixes: NB#102467 (Do not show highlight on the text in + HildonCaption) + * Fixes: NB#102338 (HildonPannableArea scrolling indicator does not + treat ->lower correctly) + * Fixes: NB#102413 (The text margins (wrapping) in information + banner should be HILDON_MARGIN_TRIPLE) + + New API: + + * HildonRemoteTexture (Gordon Williams) + * HildonPannableArea:low-friction-mode property. + + Deprecations: + + * hildon_banner_show_annimation(): No more user defined icons. + + Other: + + * Theming improvements. + * Increased the maximum speed of the pannable area to improve usability. + * Memory leaks fixed and other code fixes. + [2.1.42 release] Bug fixes: diff --git a/configure.ac b/configure.ac index a85df0b..e556b42 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [2.1.43], [hildon@projects.maemo.org], [hildon]) +AC_INIT([Hildon gtk widgets], [2.1.44], [hildon@projects.maemo.org], [hildon]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index 82babba..ad4948b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,45 @@ -libhildon (2.1.43-1~unreleased) unstable; urgency=low +libhildon (2.1.44-1) unstable; urgency=low - * unreleased bump + Bug fixes: + + * Fixes: NB#100646 (Logical strings is shown for ok in set + password,Password needed dialogs) + * Fixes: NB#100445 (Hildon banner gets destroyed when a dialog is + opened) + * Fixes: NB#101916 (Do not allow custom icons on animation banner) + * Fixes: NB#101698 (Back button long press and delete-event handling) + * Fixes: NB#99915 (Date and Time options are not localised in Date + and Time setttings) + * Fixes: NB#101043 (Second row of all the command button are + displayed in transparent mode.) + * Fixes: NB#102225 (Crash setting the progress indicator to a non + visible window) + * Fixes: NB#102262 (memory leak in hildon_button_set_style()) + * Fixes: NB#101793 (Make edit toolbar the same height as window + title bar (use title area theming)) + * Fixes: NB#102467 (Do not show highlight on the text in + HildonCaption) + * Fixes: NB#102338 (HildonPannableArea scrolling indicator does not + treat ->lower correctly) + * Fixes: NB#102413 (The text margins (wrapping) in information + banner should be HILDON_MARGIN_TRIPLE) + + New API: + + * HildonRemoteTexture (Gordon Williams) + * HildonPannableArea:low-friction-mode property. + + Deprecations: + + * hildon_banner_show_annimation(): No more user defined icons. + + Other: + + * Theming improvements. + * Increased the maximum speed of the pannable area to improve usability. + * Memory leaks fixed and other code fixes. - -- Claudio Saavedra Tue, 10 Feb 2009 16:16:35 +0200 + -- Claudio Saavedra Fri, 20 Feb 2009 15:12:02 +0200 libhildon (2.1.42-1) unstable; urgency=low -- 1.7.9.5