From eadb8e882b56af8f976ae3e5207641f7482213a6 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Tue, 4 Nov 2008 13:56:22 +0000 Subject: [PATCH] 2008-11-04 Claudio Saavedra [Release 2.1.20] * NEWS: updates * configure.ac: bump version * debian/changelog: updates --- ChangeLog | 8 ++++++++ NEWS | 32 ++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- debian/changelog | 34 ++++++++++++++++++++++++++++++++++ 4 files changed, 76 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5d227e2..d9ec628 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2008-11-04 Claudio Saavedra + [Release 2.1.20] + + * NEWS: updates + * configure.ac: bump version + * debian/changelog: updates + +2008-11-04 Claudio Saavedra + * src/hildon-button.c: (hildon_button_set_arrangement): Fix some compilation time warnings. diff --git a/NEWS b/NEWS index 21e9ad1..cfbed49 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,35 @@ +[2.1.20 release] + + Bug fixes: + + * Fixes: NB#89541 (Crash in pannable area when closing picker dialog) + * Fixes: NB#90994 (HildonPannableArea does not connect "destroyed" + on child) + * Fixes: NB#91192 (Memory leak in HildonTouchSelector default print + function) + * Fixes: NB#91135 (Deprecate legacy hildon widgets) + * Fixes: NB#90662 (HildonButton "value" and "detail" text is + unformatted) + * Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets) + * Fixes: NB#91016 (Change toolbar sizes, simplification) + * Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only) + + Deprecations: + + * All Fremantle deprecated widgets has been marked as such with + HILDON_DISABLE_DEPRECATED marks. + + Other: + + * Improved sizing of the HildonTouchSelector/HildonPickerDialog widgets. + * Corrected alignment of HildonCheckButton contents. + * Many cancel-like button fixes. + + ABI: + + * Reverted change introduced in 2.1.16 that broke ABI compatibility. See + NB#91636 for further explanation. + [2.1.18 release] Bug fixes: diff --git a/configure.ac b/configure.ac index c60f943..424e187 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [2.1.18], [hildon@projects.maemo.org], [hildon]) +AC_INIT([Hildon gtk widgets], [2.1.20], [hildon@projects.maemo.org], [hildon]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) @@ -25,7 +25,7 @@ AC_SUBST(API_VERSION_MAJOR) # increment current, and set revision to 0. # 5. If any interfaces have been added since the last public release, then increment age. # 6. If any interfaces have been removed since the last public release, then set age to 0. -AS_LIBTOOL(HILDON, 18, 2, 18) +AS_LIBTOOL(HILDON, 18, 3, 18) AM_INIT_AUTOMAKE AC_PROG_CC diff --git a/debian/changelog b/debian/changelog index db0f4cb..7e2468d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,37 @@ +libhildon (2.1.20-1) unstable; urgency=low + + Bug fixes: + + * Fixes: NB#89541 (Crash in pannable area when closing picker dialog) + * Fixes: NB#90994 (HildonPannableArea does not connect "destroyed" + on child) + * Fixes: NB#91192 (Memory leak in HildonTouchSelector default print + function) + * Fixes: NB#91135 (Deprecate legacy hildon widgets) + * Fixes: NB#90662 (HildonButton "value" and "detail" text is + unformatted) + * Fixes: NB#91104 (Remove stepper buttons from legacy hildon widgets) + * Fixes: NB#91016 (Change toolbar sizes, simplification) + * Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only) + + Deprecations: + + * All Fremantle deprecated widgets has been marked as such with + HILDON_DISABLE_DEPRECATED marks. + + Other: + + * Improved sizing of the HildonTouchSelector/HildonPickerDialog widgets. + * Corrected alignment of HildonCheckButton contents. + * Many cancel-like button fixes. + + ABI: + + * Reverted change introduced in 2.1.16 that broke ABI compatibility. See + NB#91636 for further explanation. + + -- Claudio Saavedra Tue, 04 Nov 2008 13:40:40 +0200 + libhildon (2.1.18-1) unstable; urgency=low [ Alejandro Pinheiro ] -- 1.7.9.5