2008-11-24 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 24 Nov 2008 20:44:58 +0000 (20:44 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 24 Nov 2008 20:44:58 +0000 (20:44 +0000)
[Release 2.1.24]

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

ChangeLog
NEWS
configure.ac
debian/changelog

index f7f2c05..4352b73 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2008-11-24  Claudio Saavedra  <csaavedra@igalia.com>
 
+       [Release 2.1.24]
+
+       * NEWS: updates
+       * configure.ac: bump version
+       * debian/changelog: updates
+
+2008-11-24  Claudio Saavedra  <csaavedra@igalia.com>
+
        Based on initial code by Christian Dywan (christian@imendio.com)
 
        * doc/hildon-docs.sgml: Add section for hildon-main.
diff --git a/NEWS b/NEWS
index 36d350f..164aeac 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+[2.1.24 release]
+
+  Bug fixes:
+
+  * Fixes: NB#89811 (Not able to select first image thumbnail in multi
+    selection mode using custom widget inside pannable)
+  * Fixes: NB#91769 (HildonColorChooserDialog's selected colour is
+    highlighted but not visible)
+  * Fixes: NB#92897 (HildonNotes have incorrect WINDOW_TYPE)
+    Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal
+    with strange parameters)
+  * Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal
+    with strange parameters)
+  * Fixes: NB#92664 (Deprecate hildon_helper_set_insensitive_message)
+  * Fixes: NB#89754 (Applications shouldn't display their names in the
+    window title)
+  * Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h))
+
+  Deprecations:
+
+  * hildon_helper_set_insensitive_message()
+  * hildon_helper_set_insensitive_messagef()
+  * hildon_volumebar_set_range_insensitive_message()
+  * hildon_volumebar_set_range_insensitive_messagef()
+
+  New API:
+
+  * hildon_init(): Initialization function for the library.
+  * hildon_gtk_init(): Convenience init function for hildon and GTK+
+
+  Other:
+
+  * Build system improvements.
+  * Examples updated.
+
 [2.1.22 release]
 
   Bug fixes:
index 4703d02..3cdff36 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.23], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.24], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index bb7bff3..7516774 100644 (file)
@@ -1,8 +1,39 @@
-libhildon (2.1.23-1~unreleased) unstable; urgency=low
+libhildon (2.1.24-1) unstable; urgency=low
 
-  * postrelease bump, delete this entry.
+  Bug fixes:
+
+  * Fixes: NB#89811 (Not able to select first image thumbnail in multi
+    selection mode using custom widget inside pannable)
+  * Fixes: NB#91769 (HildonColorChooserDialog's selected colour is
+    highlighted but not visible)
+  * Fixes: NB#92897 (HildonNotes have incorrect WINDOW_TYPE)
+    Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal
+    with strange parameters)
+  * Fixes: NB#92744 (HildonDateSelector emits multiple "changed" singal
+    with strange parameters)
+  * Fixes: NB#92664 (Deprecate hildon_helper_set_insensitive_message)
+  * Fixes: NB#89754 (Applications shouldn't display their names in the
+    window title)
+  * Fixes: NB#92476 (Update icon size constants to Fremantle (hildon-defines.h))
+
+  Deprecations:
+
+  * hildon_helper_set_insensitive_message()
+  * hildon_helper_set_insensitive_messagef()
+  * hildon_volumebar_set_range_insensitive_message()
+  * hildon_volumebar_set_range_insensitive_messagef()
+
+  New API:
+
+  * hildon_init(): Initialization function for the library.
+  * hildon_gtk_init(): Convenience init function for hildon and GTK+
+
+  Other:
+
+  * Build system improvements.
+  * Examples updated.
 
- -- Claudio Saavedra <csaavedra@igalia.com>  Tue, 11 Nov 2008 07:56:49 -0300
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 24 Nov 2008 15:21:49 -0300
 
 libhildon (2.1.22-1) unstable; urgency=low