Release 2.1.76
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 25 May 2009 15:38:49 +0000 (17:38 +0200)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 25 May 2009 18:04:11 +0000 (20:04 +0200)
* NEWS: Updates.
* configure.ac: Bump version.
* debian/changelog: Updates.

ChangeLog
NEWS
configure.ac
debian/changelog

index f3903bf..6d491ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-05-25  Claudio Saavedra  <csaavedra@igalia.com>
+
+       [Release 2.1.76]
+
+       * NEWS: Updates.
+       * configure.ac: Bump version.
+       * debian/changelog: Updates.
+
 2009-05-25  Alberto Garcia  <agarcia@igalia.com>
 
        * hildon/hildon-app-menu.c: Doc updates.
diff --git a/NEWS b/NEWS
index b7462c4..17f5e07 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+[2.1.76 release]
+
+  * Fixes: NB#117928 (Widgets such as Entry and CheckButton (and
+    others) do too much in the _new function)
+  * Fixes: NB#114874 (There is no possibility to show hildon banners with
+    DND flag set)
+  * Fixes: NB#117870 ('Disconnect charger...' info banner is truncated
+    on transition from landscape to portrait)
+  * Fixes: NB#109063 (HildonAppMenu shouldn't show its items
+    automatically when they're added)
+  * Fixes: NB#116607 (Pannable area should always have scrollbar visible
+    initially if the application can be scrolled)
+  * Several HildonPannableArea usability improvements.
+
 [2.1.74 release]
 
   * Fixes: NB#116289 (Hildon home crashes while adding task shortcuts.)
index 16325cb..8d415b2 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.75], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.76], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index 7d608f0..667c78f 100644 (file)
@@ -1,8 +1,18 @@
-libhildon (2.1.75-1) unstable; urgency=low
-
-  * unreleased
-
- -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 18 May 2009 13:08:12 +0300
+libhildon (2.1.76-1) unstable; urgency=low
+
+  * Fixes: NB#117928 (Widgets such as Entry and CheckButton (and
+    others) do too much in the _new function)
+  * Fixes: NB#114874 (There is no possibility to show hildon banners with
+    DND flag set)
+  * Fixes: NB#117870 ('Disconnect charger...' info banner is truncated
+    on transition from landscape to portrait)
+  * Fixes: NB#109063 (HildonAppMenu shouldn't show its items
+    automatically when they're added)
+  * Fixes: NB#116607 (Pannable area should always have scrollbar visible
+    initially if the application can be scrolled)
+  * Several HildonPannableArea usability improvements.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 25 May 2009 20:00:39 +0200
 
 libhildon (2.1.74-2) unstable; urgency=low