From 5cb25cb946240394b77c8fa7f422ac3606ad09d1 Mon Sep 17 00:00:00 2001 From: Michael Dominic Kostrzewa Date: Fri, 29 Jun 2007 14:17:46 +0000 Subject: [PATCH] [1.0.10-1 release] --- ChangeLog | 8 ++++++++ NEWS | 6 ++++++ configure.ac | 4 ++-- debian/changelog | 16 +++++++++++++++- 4 files changed, 31 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index be0eed7..67f0bcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-06-29 Michael Dominic Kostrzewa + + [1.0.10-1 release] + + * NEWS: + * configure.ac: + * debian/changelog: Updating. + 2007-06-27 Michael Dominic Kostrzewa * configure.ac: Removing some remaining of --enable-xan. diff --git a/NEWS b/NEWS index ba28dc7..b0ba881 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +[1.0.10-1 release] +* Fixing a bit of focus crazyness in the time and date editors +* Removing the separator from the code dialog +* Fixing circular dep to enums +* Hide the HildonWindow before performing the destroy + [1.0.9-1 release] * Breadcrumb align/visibility fixes * HildonWindow fixes diff --git a/configure.ac b/configure.ac index bebfe1f..eff2913 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [1.0.9], [michael.kostrzewa@nokia.com], [hildon]) +AC_INIT([Hildon gtk widgets], [1.0.10], [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, 9, 0, 9) +AS_LIBTOOL(HILDON, 10, 0, 10) AM_INIT_AUTOMAKE AC_PROG_CC diff --git a/debian/changelog b/debian/changelog index 5c70104..c973d08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,18 @@ -libhildon (1.0.9-1) stable; urgency=low +libhildon (1.0.10-1) stable; urgency=low + + * Fixing a bit of focus crazyness in the time and date editors + * Removing the separator from the code dialog + * Fixing circular dep to enums + * Hide the HildonWindow before performing the destroy + + * Fixes: NB#61129 volumebar info banner in muted state + * Fixes: NB#61128 volumebar sensitivy does not change when the widget is not mapped + * Fixes: NB#60518 Unable to move the focus from the buttons to date or time editor. + * Fixes: NB#60349 Date editor invalidates keyboard number input + + -- Michael Dominic Kostrzewa Fri, 29 Jun 2007 16:49:58 +0300 + +ibhildon (1.0.9-1) stable; urgency=low * Breadcrumb align/visibility fixes -- 1.7.9.5