From f85da775919a24213cde2c525e87646be86e131a Mon Sep 17 00:00:00 2001 From: Michael Dominic Kostrzewa Date: Fri, 24 Aug 2007 13:21:32 +0000 Subject: [PATCH] [1.0.14-1 release] --- ChangeLog | 8 ++++++++ NEWS | 9 +++++++++ configure.ac | 4 ++-- debian/changelog | 22 ++++++++++++++++++++++ 4 files changed, 41 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ce37a41..7024a55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2007-08-24 Michael Dominic Kostrzewa + [1.0.14-1 release] + + * NEWS: + * configure.ac: + * debian/changelog: Updating. + +2007-08-24 Michael Dominic Kostrzewa + * src/hildon-date-editor.c: * src/hildon-number-editor.c: * src/hildon-private.c: diff --git a/NEWS b/NEWS index 064400b..9920de4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +[1.0.14-1 release] +* Removing the patch for hiding HildonWindow before destroy. Breaks DBus. +* Fixes for HildonCalendar expose methods +* Fixes for composite-widgets focus handling +* New dialog layout for the HildonCalendar (Ok/Cancel) +* Making find toolbar thumbable +* Changing the stylus repeat timeout to match our needs +* New esd dependency + [1.0.13-1 release] * Fixes to HildonBanners for temporary windows * Minor bugfix in the helper function for logical colors diff --git a/configure.ac b/configure.ac index 7e0215c..bdee938 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [1.0.13], [michael.kostrzewa@nokia.com], [hildon]) +AC_INIT([Hildon gtk widgets], [1.0.14], [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, 13, 0, 13) +AS_LIBTOOL(HILDON, 14, 0, 14) AM_INIT_AUTOMAKE AC_PROG_CC diff --git a/debian/changelog b/debian/changelog index 0edd202..29a5325 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +libhildon (1.0.14-1) stable; urgency=low + + * Removing the patch for hiding HildonWindow before destroy. Breaks DBus. + * Fixes for HildonCalendar expose methods + * Fixes for composite-widgets focus handling + * New dialog layout for the HildonCalendar (Ok/Cancel) + * Making find toolbar thumbable + * Changing the stylus repeat timeout to match our needs + * New esd dependency + + * Fixes: NB#54146 Hilon Calendar popup:The changes in active month/year are not shown + * Fixes: NB#59299 Leaving the calendar dialog is not possible without selecting something + * Fixes: NB#66060 Search toolbar has wrong height in ComboBoxEntry and toolbarbuttons are too narrow + * Fixes: NB#58352 on startup, hildon-desktop GLIB WARNING ** hildon-1... + * Fixes: NB#60489 Key repeat rate in number editor + * Fixes: NB#65155 HildonVolumebar: mute grabs focus, not possible to adjust volume using HW keys + * Fixes: NB#63955 hildon_volumebar_set_mute() grabs focus even if the widget is unmapped + * Fixes: NB#66673 Questionable main loop iteration in hildon_window_destroy() + * Fixes: NB#66628 Account setting dialog crashes while moving the focus using the h/w key. + + -- Michael Dominic Kostrzewa Fri, 24 Aug 2007 16:18:24 +0300 + libhildon (1.0.13-1) stable; urgency=low * Fixes to HildonBanners for temporary windows -- 1.7.9.5