2009-02-02 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 2 Feb 2009 10:17:49 +0000 (10:17 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 2 Feb 2009 10:17:49 +0000 (10:17 +0000)
[Release 2.1.40]

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

ChangeLog
NEWS
configure.ac
debian/changelog

index ac4ce87..343533c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-02-02  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.40]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
 2009-01-29  Alberto Garcia  <agarcia@igalia.com>
 
        * src/hildon-edit-toolbar.c (hildon_edit_toolbar_init): Don't use
diff --git a/NEWS b/NEWS
index a373091..763e619 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+[2.1.40 release]
+
+  Bug fixes:
+
+  * Fixes: NB#98855 (HildonBanner uses qgn_note_infoprint)
+  * Fixes: NB#98614 (Hildon information note (background) should have
+    minimum height and maximum text width)
+  * Fixes: NB#91657 (HildonPickerDialog closes immediately when used
+    with some dynamic tree model)
+  * Fixes: NB#97468 (HildonPickerDialog doesn't need to show selected
+    contents in title)
+  * Fixes: NB#99713 (HildonButton value label color is wrong)
+  * Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
+    graphics from theme)
+
+  Other:
+
+  * Do not use cairo to render the HildonPannableArea panning indicators.
+  * HildonButton layout fixes.
+  * Improved and updated examples.
+  * Documentation improvements.
+
 [2.1.38 release]
 
   Bug fixes:
index fde3585..627118a 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.39], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.40], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index 3d15714..a606469 100644 (file)
@@ -1,8 +1,28 @@
-libhildon (2.1.39-1~unreleased) unstable; urgency=low
+libhildon (2.1.40-1) unstable; urgency=low
 
   * bump GTK+ dependency to 2.12.12-1maemo7
 
- -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 26 Jan 2009 13:12:27 +0200
+  Bug fixes:
+
+  * Fixes: NB#98855 (HildonBanner uses qgn_note_infoprint)
+  * Fixes: NB#98614 (Hildon information note (background) should have
+    minimum height and maximum text width)
+  * Fixes: NB#91657 (HildonPickerDialog closes immediately when used
+    with some dynamic tree model)
+  * Fixes: NB#97468 (HildonPickerDialog doesn't need to show selected
+    contents in title)
+  * Fixes: NB#99713 (HildonButton value label color is wrong)
+  * Fixes: NB#94970 (Hildon Edit Mode Toolbar should use back button
+    graphics from theme)
+
+  Other:
+
+  * Do not use cairo to render the HildonPannableArea panning indicators.
+  * HildonButton layout fixes.
+  * Improved and updated examples.
+  * Documentation improvements.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 02 Feb 2009 09:25:09 +0200
 
 libhildon (2.1.38-1) unstable; urgency=low