2009-03-02 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 2 Mar 2009 10:03:20 +0000 (10:03 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 2 Mar 2009 10:03:20 +0000 (10:03 +0000)
[Release 2.1.46]

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

ChangeLog
NEWS
configure.ac
debian/changelog

index 294f92b..d1ff048 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2009-03-02  Claudio Saavedra  <csaavedra@igalia.com>
 
+       [Release 2.1.46]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
+2009-03-02  Claudio Saavedra  <csaavedra@igalia.com>
+
        * examples/hildon-remote-texture-example.c: Include
        hildon-remote-texture.h explicitely.
        * src/hildon.h: Remove hildon-remote-texture.h to avoid breaking
diff --git a/NEWS b/NEWS
index 6b8882d..e673dd0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+[2.1.46 release]
+
+  Bug fixes:
+
+  * Fixes: NB#101603 (Focus is not even for the text entry boxes in
+    Contact editor dialog)
+  * Fixes: NB#92297 (Preview content is not clearly visible for
+    default colour text)
+  * Fixes: NB#101889 (Picker dialog should not close when nothing is
+    selected in multiple selection list)
+  * Fixes: NB#97458 (Pannable area prevents propagation of button
+    press events)
+  * Fixes: NB#103242 ("HildonPickerButton:value-changed" is emitted
+    before actual change of values)
+  * Fixes: NB#100468 (Application menu window is launched even when a
+    new secondary-window/dialog is pending to be shown/realized)
+
+  New API:
+
+  * hildon_app_menu_popup(): New function to pop up a HildonAppMenu
+  * hildon_picker_button_value_changed(): Programmatically emit "value-changed".
+
+  Other:
+
+  * unit testing suite fixes (Sven Herzberg)
+  * Removed hildon-remote-texture.h from hildon.h.
+  * Themability improvements.
+  * Code fixes.
+  * HildonPannableArea improvements.
+
 [2.1.44 release]
 
   Bug fixes:
index 1d1753e..c8febe4 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.44], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.46], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index a0fb525..38aec9b 100644 (file)
@@ -1,3 +1,35 @@
+libhildon (2.1.46-1) unstable; urgency=low
+
+  Bug fixes:
+
+  * Fixes: NB#101603 (Focus is not even for the text entry boxes in
+    Contact editor dialog)
+  * Fixes: NB#92297 (Preview content is not clearly visible for
+    default colour text)
+  * Fixes: NB#101889 (Picker dialog should not close when nothing is
+    selected in multiple selection list)
+  * Fixes: NB#97458 (Pannable area prevents propagation of button
+    press events)
+  * Fixes: NB#103242 ("HildonPickerButton:value-changed" is emitted
+    before actual change of values)
+  * Fixes: NB#100468 (Application menu window is launched even when a
+    new secondary-window/dialog is pending to be shown/realized)
+
+  New API:
+
+  * hildon_app_menu_popup(): New function to pop up a HildonAppMenu
+  * hildon_picker_button_value_changed(): Programmatically emit "value-changed".
+
+  Other:
+
+  * unit testing suite fixes (Sven Herzberg)
+  * Removed hildon-remote-texture.h from hildon.h.
+  * Themability improvements.
+  * Code fixes.
+  * HildonPannableArea improvements.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 02 Mar 2009 11:38:42 +0200
+
 libhildon (2.1.44-1) unstable; urgency=low
 
   Bug fixes: