2009-01-26 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 26 Jan 2009 11:10:19 +0000 (11:10 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 26 Jan 2009 11:10:19 +0000 (11:10 +0000)
[Release 2.1.38]

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

ChangeLog
NEWS
configure.ac
debian/changelog

index 596136c..9717491 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-26  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.38]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
 2009-01-23  Alberto Garcia  <agarcia@igalia.com>
 
        * src/hildon-banner.c (hildon_banner_button_press_event): Hide
diff --git a/NEWS b/NEWS
index 2f327b8..a373091 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+[2.1.38 release]
+
+  Bug fixes:
+
+  * Fixes: NB#98609 (Use wdgt_ strings for all hildon dialog buttons)
+  * Fixes: NB#98537 (Device hangs in account settings dialog)
+  * Fixes: NB#95395 (prestarted applications show GLIB WARNING ** Gdk
+    - gdkdrawable-x11.c:878 drawable is not a pixmap or window)
+  * Fixes: NB#98383 (is-topmost signal is not emitted when task
+    switcher is clicked.)
+
+  New API:
+
+  * New HildonAnimationActor widget (Artem Egorkine)
+
+  Other:
+
+  * Reverted change in pannable area that caused irresponsive applications.
+  * Pannable Area misc. improvements.
+
 [2.1.36 release]
 
   Bug fixes:
index e731ff7..d2e87d5 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.37], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.38], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index c561385..0fe0623 100644 (file)
@@ -1,8 +1,26 @@
-libhildon (2.1.37-1~unreleased) unstable; urgency=low
+libhildon (2.1.38-1) unstable; urgency=low
 
   * fix DEB_BUILD_OPTIONS=nodocs
 
- -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 26 Jan 2009 10:51:25 +0200
+  Bug fixes:
+
+  * Fixes: NB#98609 (Use wdgt_ strings for all hildon dialog buttons)
+  * Fixes: NB#98537 (Device hangs in account settings dialog)
+  * Fixes: NB#95395 (prestarted applications show GLIB WARNING ** Gdk
+    - gdkdrawable-x11.c:878 drawable is not a pixmap or window)
+  * Fixes: NB#98383 (is-topmost signal is not emitted when task
+    switcher is clicked.)
+
+  New API:
+
+  * New HildonAnimationActor widget (Artem Egorkine)
+
+  Other:
+
+  * Reverted change in pannable area that caused irresponsive applications.
+  * Pannable Area misc. improvements.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 26 Jan 2009 10:59:00 +0200
 
 libhildon (2.1.36-2) unstable; urgency=low