2009-02-20 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Fri, 20 Feb 2009 13:19:18 +0000 (13:19 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Fri, 20 Feb 2009 13:19:18 +0000 (13:19 +0000)
[Release 2.1.44]

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

ChangeLog
NEWS
configure.ac
debian/changelog

index 6c452c4..8cc51e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-02-20  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.44]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
 2009-02-20  Alejandro G. Castro  <alex@igalia.com>
 
        * src/hildon-pannable-area.c,
diff --git a/NEWS b/NEWS
index 62f6f21..6b8882d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+[2.1.44 release]
+
+  Bug fixes:
+
+ * Fixes: NB#100646 (Logical strings is shown for ok in set
+   password,Password needed dialogs)
+ * Fixes: NB#100445 (Hildon banner gets destroyed when a dialog is
+   opened)
+ * Fixes: NB#101916 (Do not allow custom icons on animation banner)
+ * Fixes: NB#101698 (Back button long press and delete-event handling)
+ * Fixes: NB#99915 (Date and Time options are not localised in Date
+   and Time setttings)
+ * Fixes: NB#101043 (Second row of all the command button are
+   displayed in transparent mode.)
+ * Fixes: NB#102225 (Crash setting the progress indicator to a non
+   visible window)
+ * Fixes: NB#102262 (memory leak in hildon_button_set_style())
+ * Fixes: NB#101793 (Make edit toolbar the same height as window
+   title bar (use title area theming))
+ * Fixes: NB#102467 (Do not show highlight on the text in
+   HildonCaption)
+ * Fixes: NB#102338 (HildonPannableArea scrolling indicator does not
+   treat ->lower correctly)
+ * Fixes: NB#102413 (The text margins (wrapping) in information
+   banner should be HILDON_MARGIN_TRIPLE)
+
+  New API:
+
+  * HildonRemoteTexture (Gordon Williams)
+  * HildonPannableArea:low-friction-mode property.
+
+  Deprecations:
+
+  * hildon_banner_show_annimation(): No more user defined icons.
+
+  Other:
+
+  * Theming improvements.
+  * Increased the maximum speed of the pannable area to improve usability.
+  * Memory leaks fixed and other code fixes.
+
 [2.1.42 release]
 
   Bug fixes:
index a85df0b..e556b42 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.43], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.44], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index 82babba..ad4948b 100644 (file)
@@ -1,8 +1,45 @@
-libhildon (2.1.43-1~unreleased) unstable; urgency=low
+libhildon (2.1.44-1) unstable; urgency=low
 
-  * unreleased bump
+  Bug fixes:
+
+ * Fixes: NB#100646 (Logical strings is shown for ok in set
+   password,Password needed dialogs)
+ * Fixes: NB#100445 (Hildon banner gets destroyed when a dialog is
+   opened)
+ * Fixes: NB#101916 (Do not allow custom icons on animation banner)
+ * Fixes: NB#101698 (Back button long press and delete-event handling)
+ * Fixes: NB#99915 (Date and Time options are not localised in Date
+   and Time setttings)
+ * Fixes: NB#101043 (Second row of all the command button are
+   displayed in transparent mode.)
+ * Fixes: NB#102225 (Crash setting the progress indicator to a non
+   visible window)
+ * Fixes: NB#102262 (memory leak in hildon_button_set_style())
+ * Fixes: NB#101793 (Make edit toolbar the same height as window
+   title bar (use title area theming))
+ * Fixes: NB#102467 (Do not show highlight on the text in
+   HildonCaption)
+ * Fixes: NB#102338 (HildonPannableArea scrolling indicator does not
+   treat ->lower correctly)
+ * Fixes: NB#102413 (The text margins (wrapping) in information
+   banner should be HILDON_MARGIN_TRIPLE)
+
+  New API:
+
+  * HildonRemoteTexture (Gordon Williams)
+  * HildonPannableArea:low-friction-mode property.
+
+  Deprecations:
+
+  * hildon_banner_show_annimation(): No more user defined icons.
+
+  Other:
+
+  * Theming improvements.
+  * Increased the maximum speed of the pannable area to improve usability.
+  * Memory leaks fixed and other code fixes.
 
- -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 10 Feb 2009 16:16:35 +0200
+ -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 20 Feb 2009 15:12:02 +0200
 
 libhildon (2.1.42-1) unstable; urgency=low