From 93b97d6e82776022cd26bbac0d881a4dcff8aac3 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Mon, 20 Oct 2008 13:41:18 +0000 Subject: [PATCH] 2008-10-20 Claudio Saavedra * NEWS: Updates * configure.ac: Bump version * debian/changelog: Updates * debian/rules: Set PKG_CONFIG_PATH to make docs build with gtk-doc 1.10. --- ChangeLog | 8 ++++++++ NEWS | 13 +++++++++++++ configure.ac | 2 +- debian/changelog | 15 +++++++++++++++ debian/rules | 2 +- 5 files changed, 38 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index df8d52f..3639320 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-10-20 Claudio Saavedra + + * NEWS: Updates + * configure.ac: Bump version + * debian/changelog: Updates + * debian/rules: Set PKG_CONFIG_PATH to make docs build with + gtk-doc 1.10. + 2008-10-20 Alberto Garcia Patch contributed by Daniel Borgmann (danielb@openismus.com) diff --git a/NEWS b/NEWS index 417e5fa..40732d3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +[2.1.16 release] + + * HildonTouchSelector internal layout cleaning. + * Improved HildonButton customizability. + * Allow Hildon Touch Menu theming (Daniel Borgmann) + + Bug fixes: + + * Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow) + * Fixes: NB#89935 (Shortcuts for menu buttons are not working) + * Fixes NB#90232 (Picker button does not set the label on done button for the + second time) + [2.1.14 release] Bug fixes: diff --git a/configure.ac b/configure.ac index 8f70ad8..829d5e4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [2.1.15], [hildon@projects.maemo.org], [hildon]) +AC_INIT([Hildon gtk widgets], [2.1.16], [hildon@projects.maemo.org], [hildon]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index 2f56300..91f6726 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +libhildon (2.1.16-1) unstable; urgency=low + + * HildonTouchSelector internal layout cleaning. + * Improved HildonButton customizability. + * Allow Hildon Touch Menu theming (Daniel Borgmann) + + Bug fixes: + + * Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow) + * Fixes: NB#89935 (Shortcuts for menu buttons are not working) + * Fixes NB#90232 (Picker button does not set the label on done button for the + second time) + + -- Claudio Saavedra Mon, 20 Oct 2008 11:37:31 +0200 + libhildon (2.1.14-1) unstable; urgency=low * Switch the build system to use cdbs. diff --git a/debian/rules b/debian/rules index b940211..5727d55 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/utils.mk -DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed" +DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed" PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc makebuilddir:: -- 1.7.9.5