[1.0.14-1 release]
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Fri, 24 Aug 2007 13:21:32 +0000 (13:21 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Fri, 24 Aug 2007 13:21:32 +0000 (13:21 +0000)
ChangeLog
NEWS
configure.ac
debian/changelog

index ce37a41..7024a55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
+       [1.0.14-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
+2007-08-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
        * src/hildon-date-editor.c:
        * src/hildon-number-editor.c:
        * src/hildon-private.c:
diff --git a/NEWS b/NEWS
index 064400b..9920de4 100644 (file)
--- 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
index 7e0215c..bdee938 100644 (file)
@@ -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
index 0edd202..29a5325 100644 (file)
@@ -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 <michael.kostrzewa@nokia.com>  Fri, 24 Aug 2007 16:18:24 +0300
+
 libhildon (1.0.13-1) stable; urgency=low
 
   * Fixes to HildonBanners for temporary windows