2009-03-09 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 9 Mar 2009 09:34:58 +0000 (09:34 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 9 Mar 2009 09:34:58 +0000 (09:34 +0000)
[Release 2.1.48]

* NEWS: Updates.
* configure.ac: Bump version.
* debian/changelog: Updates.

ChangeLog
NEWS
configure.ac
debian/changelog

index 8ac3a32..68b5fff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-09  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.48]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
 2009-03-09  Alejandro G. Castro  <alex@igalia.com>
 
        * src/hildon-pannable-area.c,
diff --git a/NEWS b/NEWS
index e673dd0..e63ab48 100644 (file)
--- 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:
index c8febe4..d7bcc1d 100644 (file)
@@ -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)
index 38aec9b..f1d433c 100644 (file)
@@ -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 <csaavedra@igalia.com>  Mon, 09 Mar 2009 10:15:08 +0200
+
 libhildon (2.1.46-1) unstable; urgency=low
 
   Bug fixes: