From ec6f95ae00aa1c085fbeefda8cf5ac71c126ec71 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Mon, 9 Mar 2009 09:34:58 +0000 Subject: [PATCH] 2009-03-09 Claudio Saavedra [Release 2.1.48] * NEWS: Updates. * configure.ac: Bump version. * debian/changelog: Updates. --- ChangeLog | 8 ++++++++ NEWS | 34 ++++++++++++++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 79 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8ac3a32..68b5fff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-03-09 Claudio Saavedra + + [Release 2.1.48] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + 2009-03-09 Alejandro G. Castro * src/hildon-pannable-area.c, diff --git a/NEWS b/NEWS index e673dd0..e63ab48 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +[2.1.48 release] + + Bug fixes: + + * Fixes: NB#103758 (No way to obtain a menu from a HildonStackableWindow) + * Fixes: NB#103761 (HildonAppMenu doesn't have methods to get its children) + * Fixes: NB#104439 (hildon_date_button_new() isn't set to the current date by + default) + * Fixes: NB#104485 (Not able to address the call when application menu is + opened at background) + * Fixes: NB#104819 (Clean up old icon names from hildon-widgets) + * Fixes: NB#104815 (I need accessor to the entry inside + HildonTouchSelectorEntry) + * Fixes: NB#102541 (value entered in the touch selector entry is not shown + when opened for second time) + + New API: + + * HildonAppMenu: + hildon_app_menu_get_items() + hildon_app_menu_get_filters() + HildonAppMenu::filter-vertical-spacing style property. + * hildon_stackable_window_{get,set}_app_menu() + * hildon_window_get_main_menu() + * hildon_touch_selector_entry_get_entry() + * HildonPannableArea properties: + ::drag-inertia, ::panning-threshold, ::scrollbar-fade-delay, + ::bounce-steps, ::force and ::direction-error-margin + + Deprecations: + + * hildon_window_get_menu(): use hildon_window_get_main_menu() + * hildon_stackable_window_set_main_menu(): use hildon_stackable_window_set_app_menu() + [2.1.46 release] Bug fixes: diff --git a/configure.ac b/configure.ac index c8febe4..d7bcc1d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [2.1.46], [hildon@projects.maemo.org], [hildon]) +AC_INIT([Hildon gtk widgets], [2.1.48], [hildon@projects.maemo.org], [hildon]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index 38aec9b..f1d433c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +libhildon (2.1.48-1) unstable; urgency=low + + Bug fixes: + + * Fixes: NB#103758 (No way to obtain a menu from a HildonStackableWindow) + * Fixes: NB#103761 (HildonAppMenu doesn't have methods to get its children) + * Fixes: NB#104439 (hildon_date_button_new() isn't set to the current date by + default) + * Fixes: NB#104485 (Not able to address the call when application menu is + opened at background) + * Fixes: NB#104819 (Clean up old icon names from hildon-widgets) + * Fixes: NB#104815 (I need accessor to the entry inside + HildonTouchSelectorEntry) + * Fixes: NB#102541 (value entered in the touch selector entry is not shown + when opened for second time) + + New API: + + * HildonAppMenu: + hildon_app_menu_get_items() + hildon_app_menu_get_filters() + HildonAppMenu::filter-vertical-spacing style property. + * hildon_stackable_window_{get,set}_app_menu() + * hildon_window_get_main_menu() + * hildon_touch_selector_entry_get_entry() + * HildonPannableArea properties: + ::drag-inertia, ::panning-threshold, ::scrollbar-fade-delay, + ::bounce-steps, ::force and ::direction-error-margin + + Deprecations: + + * hildon_window_get_menu(): use hildon_window_get_main_menu() + * hildon_stackable_window_set_main_menu(): use hildon_stackable_window_set_app_menu() + + -- Claudio Saavedra Mon, 09 Mar 2009 10:15:08 +0200 + libhildon (2.1.46-1) unstable; urgency=low Bug fixes: -- 1.7.9.5