2008-12-03 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Wed, 3 Dec 2008 14:55:56 +0000 (14:55 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Wed, 3 Dec 2008 14:55:56 +0000 (14:55 +0000)
[Release 2.1.26]

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

ChangeLog
NEWS
configure.ac
debian/changelog

index 297a63e..30a10c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-03  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.26]
+
+       * NEWS: updates
+       * configure.ac: bump version
+       * debian/changelog: updates
+
 2008-12-02  Alberto Garcia  <agarcia@igalia.com>
 
        Based on a patch by Adam Endrodi (adam.endrodi@blumsoft.eu)
diff --git a/NEWS b/NEWS
index 694015c..d5fb406 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+[2.1.26 release]
+
+  Bug fixes:
+
+  * Fixes: NB#92230 (Scroll indication not visible in HildonTouchSelector)
+  * Fixes: NB#93281 (new API: hildon_button_set_picker_style() to set
+    HildonButton look like PickerButton)
+  * Fixes: NB#93680 (HildonTimePicker need fully localized am/pm)
+  * Fixes: NB#93228 (Done button is not shown always in listpicker)
+  * Fixes: NB#93890 (Empty HildonAppMenu is pop-up)
+  * Fixes: NB#92032 (In calendar application, date values in 'new event'
+    are not proper)
+  * Fixes: NB#94322 (Scale Updates)
+  * Fixes: NB#94350 (HildonWindowStack:s have the same X Window group)
+
+  New API:
+
+  * HildonWindowStack: Support for multiple window stacks per application.
+  * HildonButton::style property. See below.
+  * hildon_button_set_picker_style(): Sets a different style to the value label
+    in HildonButton.
+  * HildonTouchSelector:columns-changed signal: Emitted every time the number
+    of columns in a HildonTouchSelector changes.
+
+  Deprecations:
+
+  * hildon_program_pop_window_stack(),
+    hildon_program_peek_window_stack(),
+    hildon_program_go_to_root_window(): Superseded by HildonWindowStack.
+
+  Other:
+
+  * Many code fixes.
+  * Examples updates and improvements.
+  * Documentation improvements.
+
 [2.1.24 release]
 
   Bug fixes:
index fe424a9..4d6d5d5 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.25], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.26], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index 76760ca..be15b76 100644 (file)
@@ -1,8 +1,40 @@
-libhildon (2.1.25-1~unreleased) unstable; urgency=low
+libhildon (2.1.26-1) unstable; urgency=low
 
-  * postrelease bump, delete this entry.
+  Bug fixes:
+
+  * Fixes: NB#92230 (Scroll indication not visible in HildonTouchSelector)
+  * Fixes: NB#93281 (new API: hildon_button_set_picker_style() to set
+    HildonButton look like PickerButton)
+  * Fixes: NB#93680 (HildonTimePicker need fully localized am/pm)
+  * Fixes: NB#93228 (Done button is not shown always in listpicker)
+  * Fixes: NB#93890 (Empty HildonAppMenu is pop-up)
+  * Fixes: NB#92032 (In calendar application, date values in 'new event'
+    are not proper)
+  * Fixes: NB#94322 (Scale Updates)
+  * Fixes: NB#94350 (HildonWindowStack:s have the same X Window group)
+
+  New API:
+
+  * HildonWindowStack: Support for multiple window stacks per application.
+  * HildonButton::style property. See below.
+  * hildon_button_set_picker_style(): Sets a different style to the value label
+    in HildonButton.
+  * HildonTouchSelector:columns-changed signal: Emitted every time the number
+    of columns in a HildonTouchSelector changes.
+
+  Deprecations:
+
+  * hildon_program_pop_window_stack(),
+    hildon_program_peek_window_stack(),
+    hildon_program_go_to_root_window(): Superseded by HildonWindowStack.
+
+  Other:
+
+  * Many code fixes.
+  * Examples updates and improvements.
+  * Documentation improvements.
 
- -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 24 Nov 2008 17:52:14 -0300
+ -- Claudio Saavedra <csaavedra@igalia.com>  Wed, 03 Dec 2008 09:17:52 +0100
 
 libhildon (2.1.24-1) unstable; urgency=low