2009-03-23 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 23 Mar 2009 09:35:56 +0000 (09:35 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 23 Mar 2009 09:35:56 +0000 (09:35 +0000)
[Release 2.1.54]

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

ChangeLog
NEWS
configure.ac
debian/changelog

index 3b832b8..fa82b81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-23  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.54]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
 2009-03-19  Alejandro G. Castro  <alex@igalia.com>
 
        Patch by Alberto Garcia (agarcia@igalia.com)
diff --git a/NEWS b/NEWS
index f39f852..4ccff54 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+[2.1.54 release]
+
+  Bug fixes:
+
+  * Fixes: NB#105190 (Text input area of HildonTouchSelectorEntry to
+    be selected manually for the HW keys to work)
+  * Fixes: NB#105427 (Clicking and dragging ( for pixel values more
+    than the threshold value ) within the button is not sending the
+    event to the child)
+  * Fixes: NB#106607 (hildon_init should issue error message upon
+    successive calls)
+
+  Other:
+
+  * Improved usability in HildonPannableArea and HildonTouchSelectorEntry.
+  * Some examples cleaned up.
+  * Code fixes.
+
 [2.1.52 release]
 
   Bug fixes:
index 6d3ae3b..e4b4676 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.52], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.54], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index e75c6f7..798290e 100644 (file)
@@ -1,3 +1,22 @@
+libhildon (2.1.54-1) unstable; urgency=low
+
+  Bug fixes:
+
+  * Fixes: NB#105190 (Text input area of HildonTouchSelectorEntry to
+    be selected manually for the HW keys to work)
+  * Fixes: NB#105427 (Clicking and dragging (for pixel values more
+    than the threshold value) within the button is not sending the
+    event to the child)
+  * Fixes: NB#106607 (hildon_init should issue error message upon successive calls)
+
+  Other:
+
+  * Improved usability in HildonPannableArea and HildonTouchSelectorEntry.
+  * Some examples cleaned up.
+  * Code fixes.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 23 Mar 2009 10:09:21 +0200
+
 libhildon (2.1.52-2) unstable; urgency=low
 
   * Reverted some changes that were causing problems in the date-button creation