2008-11-04 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Tue, 4 Nov 2008 12:32:19 +0000 (12:32 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Tue, 4 Nov 2008 12:32:19 +0000 (12:32 +0000)
* src/hildon-pannable-area.c: (hildon_pannable_area_class_init): Set
the default value for HildonPannableArea::mov-mode to
HILDON_PANNABLE_AREA_MODE_VERT.

Fixes: NB#91385 (Hildon Touch List panning should be ALWAYS vertical only)

NEWS
debian/changelog

diff --git a/NEWS b/NEWS
index 21e9ad1..c7b4b79 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+[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)
+
+  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:
index db0f4cb..ca45457 100644 (file)
@@ -1,3 +1,36 @@
+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)
+
+  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 <csaavedra@igalia.com>  Tue, 04 Nov 2008 13:40:40 +0200
+
 libhildon (2.1.18-1) unstable; urgency=low
 
   [ Alejandro Pinheiro ]