From 8be37b81311480c72d5c3ac160076c7f89ae72e8 Mon Sep 17 00:00:00 2001 From: Michael Dominic Kostrzewa Date: Mon, 17 Sep 2007 11:13:08 +0000 Subject: [PATCH] [1.0.15-1 release] --- ChangeLog | 8 ++++++++ NEWS | 6 ++++++ configure.ac | 4 ++-- debian/changelog | 12 +++++++----- 4 files changed, 23 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 094d07d..a757d14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-09-17 Michael Dominic Kostrzewa + + [1.0.15-1 release] + + * NEWS: + * configure.ac: + * debian/changelog: Updating. + 2007-09-14 Michael Dominic Kostrzewa * doc/Makefile.am: diff --git a/NEWS b/NEWS index 9920de4..78ed0f7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +[1.0.15-1 release] +* Fixing hw keyboard support in lock code dialog +* Fixing focus behavior in caption +* Additions to find toolbar +* Documentation fixes + [1.0.14-1 release] * Removing the patch for hiding HildonWindow before destroy. Breaks DBus. * Fixes for HildonCalendar expose methods diff --git a/configure.ac b/configure.ac index bdee938..d996ef7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [1.0.14], [michael.kostrzewa@nokia.com], [hildon]) +AC_INIT([Hildon gtk widgets], [1.0.15], [michael.kostrzewa@nokia.com], [hildon]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) @@ -21,7 +21,7 @@ AS_VERSION # 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, 14, 0, 14) +AS_LIBTOOL(HILDON, 15, 0, 15) AM_INIT_AUTOMAKE AC_PROG_CC diff --git a/debian/changelog b/debian/changelog index 01fe974..ec91b61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,15 @@ -libhildon (1.0.14-1.1) UNRELEASED; urgency=low - - * NOT RELEASED YET +libhildon (1.0.15-1.1) stable; urgency=low * debian/control: Add glib and gtk+ doc packages to build dependencies to get gtk-doc crossreferences right * debian/rules: --enable-gtk-doc (with nodocs DEB_BUILD_OPTIONS support) - (Fixes: NB#69306) - -- Tommi Komulainen Fri, 14 Sep 2007 16:50:47 +0300 + * Fixes: NB#67955 Device lock/unlock code not accepted from HW keyboard + * Fixes: NB#52301 Wrong item is highlighted in Find toolbar history list + * Fixes: NB#68610 caption multiple focus possible in Authentication dialog weba_fi_auhentication_realm + * Fixes: NB#69306 API documentation is missing + + -- Michael Dominic Kostrzewa Mon, 17 Sep 2007 14:07:51 +0300 libhildon (1.0.14-1) stable; urgency=low -- 1.7.9.5