2008-11-04 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Tue, 4 Nov 2008 13:56:22 +0000 (13:56 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Tue, 4 Nov 2008 13:56:22 +0000 (13:56 +0000)
[Release 2.1.20]

* NEWS: updates
* configure.ac: bump version
* debian/changelog: updates

ChangeLog
NEWS
configure.ac
debian/changelog

index 5d227e2..d9ec628 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
 
+       [Release 2.1.20]
+
+       * NEWS: updates
+       * configure.ac: bump version
+       * debian/changelog: updates
+
+2008-11-04  Claudio Saavedra  <csaavedra@igalia.com>
+
        * src/hildon-button.c: (hildon_button_set_arrangement): Fix some
        compilation time warnings.
 
diff --git a/NEWS b/NEWS
index 21e9ad1..cfbed49 100644 (file)
--- 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:
index c60f943..424e187 100644 (file)
@@ -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
index db0f4cb..7e2468d 100644 (file)
@@ -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 <csaavedra@igalia.com>  Tue, 04 Nov 2008 13:40:40 +0200
+
 libhildon (2.1.18-1) unstable; urgency=low
 
   [ Alejandro Pinheiro ]