2009-02-06 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Tue, 10 Feb 2009 14:13:45 +0000 (14:13 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Tue, 10 Feb 2009 14:13:45 +0000 (14:13 +0000)
[Release 2.1.42]

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

ChangeLog
NEWS
configure.ac
debian/changelog

index 9523518..7d8ae53 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-02-06  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.42]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
 2009-02-06  Alberto Garcia  <agarcia@igalia.com>
 
        * src/hildon-date-selector.c (hildon_date_selector_init)
diff --git a/NEWS b/NEWS
index 763e619..62f6f21 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+[2.1.42 release]
+
+  Bug fixes:
+
+  * Fixes: NB#100487 (HildonStackableWindow transiency becomes
+    incoherent)
+  * Fixes: NB#98039 (Wishlist: hildon_window_add_edit_toolbar())
+  * Fixes: NB#100320 (HildonPannableArea does not listen to
+    GtkAdjustment "change" signals)
+  * Fixes: NB#99802 (Hildon touch selector entry not working properly
+    for some of the input modes)
+  * Fixes: NB#100468 (Application menu window is launched even when a
+    new secondary-window/dialog is pending to be shown/realized.)
+  * Fixes: NB#93165 (HildonTouchSelector::changed not emitted when the
+    selection is programmatically changed)
+
+  Deprecations:
+
+  * Removed obsolete icon sizes:
+    HILDON_ICON_PIXEL_SIZE_WIZARD
+    HILDON_ICON_PIXEL_SIZE_BIG_NOTE
+    HILDON_ICON_PIXEL_SIZE_NOTE
+
+  Other:
+
+  * Documentation improvements.
+  * Misc. code improvements.
+  * Icon sizes updates.
+
 [2.1.40 release]
 
   Bug fixes:
index 2792771..3955f2e 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.41], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.42], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index 3fa63c5..77a611c 100644 (file)
@@ -1,8 +1,33 @@
-libhildon (2.1.41-1~unreleased) unstable; urgency=low
+libhildon (2.1.42-1) unstable; urgency=low
 
-  * unreleased
+  Bug fixes:
+
+  * Fixes: NB#100487 (HildonStackableWindow transiency becomes
+    incoherent)
+  * Fixes: NB#98039 (Wishlist: hildon_window_add_edit_toolbar())
+  * Fixes: NB#100320 (HildonPannableArea does not listen to
+    GtkAdjustment "change" signals)
+  * Fixes: NB#99802 (Hildon touch selector entry not working properly
+    for some of the input modes)
+  * Fixes: NB#100468 (Application menu window is launched even when a
+    new secondary-window/dialog is pending to be shown/realized.)
+  * Fixes: NB#93165 (HildonTouchSelector::changed not emitted when the
+    selection is programmatically changed)
+
+  Deprecations:
+
+  * Removed obsolete icon sizes:
+    HILDON_ICON_PIXEL_SIZE_WIZARD
+    HILDON_ICON_PIXEL_SIZE_BIG_NOTE
+    HILDON_ICON_PIXEL_SIZE_NOTE
+
+  Other:
+
+  * Documentation improvements.
+  * Misc. code improvements.
+  * Icon sizes updates.
 
- -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 02 Feb 2009 12:23:20 +0200
+ -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 06 Feb 2009 09:51:54 +0200
 
 libhildon (2.1.40-1) unstable; urgency=low