Release 2.1.95 2.1.95-1
authorAlberto Garcia <agarcia@igalia.com>
Tue, 18 Aug 2009 14:24:45 +0000 (16:24 +0200)
committerAlberto Garcia <agarcia@igalia.com>
Tue, 18 Aug 2009 14:24:45 +0000 (16:24 +0200)
* configure.ac: bump version
* NEWS: updates
* debian/changelog: updates

ChangeLog
NEWS
configure.ac
debian/changelog

index 997c480..e2a8ffa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-08-18  Alberto Garcia  <agarcia@igalia.com>
+
+       [Release 2.1.95]
+
+       * configure.ac: bump version
+       * NEWS: updates
+       * debian/changelog: updates
+
 2009-08-11  Alejandro G. Castro  <alex@igalia.com>
 
        * hildon/hildon-pannable-area.c
diff --git a/NEWS b/NEWS
index 6743363..ec71a70 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+[2.1.95 release]
+
+  * Fixes: NB#131794 (pannable area produces unnecessary allocations
+    causing performance problems)
+  * Fixes: NB#130900 (HildonPannableArea will leak it's event_window
+    if it's realized without showing and then deleted)
+
 [2.1.94 release]
 
   * Fixes: NB#130910 (Screen gets unlocked when menu is open)
index bc2cf4e..b017ac7 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.94], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.95], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index e1cff93..67a8d06 100644 (file)
@@ -1,3 +1,12 @@
+libhildon (2.1.95-1) unstable; urgency=low
+
+  * Fixes: NB#131794 (pannable area produces unnecessary allocations
+    causing performance problems)
+  * Fixes: NB#130900 (HildonPannableArea will leak it's event_window
+    if it's realized without showing and then deleted)
+
+ -- Alberto Garcia <agarcia@igalia.com>  Tue, 18 Aug 2009 16:21:40 +0200
+
 libhildon (2.1.94-1) unstable; urgency=low
 
   * Fixes: NB#130910 (Screen gets unlocked when menu is open)