From 90884f908a98cb6844a9bb3635f9a2dd9edbed4d Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Wed, 7 Jan 2009 10:57:21 +0000 Subject: [PATCH] 2009-01-07 Claudio Saavedra [Release 2.1.34] * NEWS: Updates. * configure.ac: Bump version. * debian/changelog: Updates. --- ChangeLog | 8 ++++++++ NEWS | 13 +++++++++++++ configure.ac | 4 ++-- debian/changelog | 15 +++++++++++++-- 4 files changed, 36 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 25cf226..3836f4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-01-07 Claudio Saavedra + + [Release 2.1.34] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + 2008-12-19 Claudio Saavedra * src/hildon-touch-selector.c: diff --git a/NEWS b/NEWS index 0ecddbd..855d288 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +[2.1.34 release] + + Bug fixes: + + * Fixes: NB#94460 (stackable window's menu is not closed when its + window is hidden) + * Fixes: NB#89890 (Information notes does not get disappeared after + few seconds) + + Other: + + * Code cleanups, minor fixes. + [2.1.32 release] Bug fixes: diff --git a/configure.ac b/configure.ac index f57fdec..079de7e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [2.1.33], [hildon@projects.maemo.org], [hildon]) +AC_INIT([Hildon gtk widgets], [2.1.34], [hildon@projects.maemo.org], [hildon]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) @@ -25,7 +25,7 @@ AC_SUBST(API_VERSION_MAJOR) # increment current, and set revision to 0. # 5. If any interfaces have been added since the last public release, then increment age. # 6. If any interfaces have been removed since the last public release, then set age to 0. -AS_LIBTOOL(HILDON, 18, 6, 18) +AS_LIBTOOL(HILDON, 18, 7, 18) AM_INIT_AUTOMAKE AC_PROG_CC diff --git a/debian/changelog b/debian/changelog index 9db706e..c6ad400 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,20 @@ -libhildon (2.1.33-1~unreleased) unstable; urgency=low +libhildon (2.1.34-1) unstable; urgency=low - * unreleased + [ Alberto Garcia ] * Use dh_install to install all examples. * Use DEB_SRCDIR instead of defining SOURCE_DIR + Bug fixes: + + * Fixes: NB#94460 (stackable window's menu is not closed when its + window is hidden) + * Fixes: NB#89890 (Information notes does not get disappeared after + few seconds) + + Other: + + * Code cleanups, minor fixes. + -- Claudio Saavedra Tue, 16 Dec 2008 13:25:38 +0100 libhildon (2.1.32-1) unstable; urgency=low -- 1.7.9.5