diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 10 |
4 files changed, 25 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2009-07-30 Claudio Saavedra <csaavedra@igalia.com> + + * configure.ac: bump version + * NEWS: updates + * debian/changelog: updates + 2009-07-28 Alejandro Pinheiro <apinheiro@igalia.com> * hildon/hildon-touch-selector.[ch] @@ -1,3 +1,11 @@ +[2.1.92 release] + + * Fixes: NB#130043 (scrollindicator not smooth while panning) + * Fixes: NB#123409 (Showing dialog consumes significant amount of + time) + * Fixes NB#130291 (New HildonTouchSelector API is required to center on + any column item) + [2.1.91 release] * Fixes: NB#118398 (HildonEntry - unnecessary rescaling of images) diff --git a/configure.ac b/configure.ac index e0640c0..7dabfa2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [2.1.91], [hildon@projects.maemo.org], [hildon]) +AC_INIT([Hildon gtk widgets], [2.1.92], [hildon@projects.maemo.org], [hildon]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index 0442725..e21bec4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libhildon (2.1.92-1) unstable; urgency=low + + * Fixes: NB#130043 (scrollindicator not smooth while panning) + * Fixes: NB#123409 (Showing dialog consumes significant amount of + time) + * Fixes NB#130291 (New HildonTouchSelector API is required to center on + any column item) + + -- Claudio Saavedra <csaavedra@igalia.com> Thu, 30 Jul 2009 16:33:53 +0200 + libhildon (2.1.91-1) unstable; urgency=low * Fixes: NB#118398 (HildonEntry - unnecessary rescaling of images) |