From: Alberto Garcia Date: Tue, 18 Aug 2009 14:24:45 +0000 (+0200) Subject: Release 2.1.95 X-Git-Tag: 2.1.95-1^0 X-Git-Url: http://git.maemo.org/git/?p=hildon;a=commitdiff_plain;h=8b460b99814c3518263df5d6c4ea106fce2fd31f Release 2.1.95 * configure.ac: bump version * NEWS: updates * debian/changelog: updates --- diff --git a/ChangeLog b/ChangeLog index 997c480..e2a8ffa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-08-18 Alberto Garcia + + [Release 2.1.95] + + * configure.ac: bump version + * NEWS: updates + * debian/changelog: updates + 2009-08-11 Alejandro G. Castro * hildon/hildon-pannable-area.c diff --git a/NEWS b/NEWS index 6743363..ec71a70 100644 --- 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) diff --git a/configure.ac b/configure.ac index bc2cf4e..b017ac7 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/debian/changelog b/debian/changelog index e1cff93..67a8d06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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)