[1.0.11-1 release]
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Wed, 25 Jul 2007 07:15:18 +0000 (07:15 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Wed, 25 Jul 2007 07:15:18 +0000 (07:15 +0000)
ChangeLog
NEWS
configure.ac
debian/changelog

index 5d41cf5..76832cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.11-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
 2007-07-24  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * src/hildon-find-toolbar.c:
diff --git a/NEWS b/NEWS
index 76547a7..ebcf0bc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+[1.0.11-1 release]
+* Adding some new API functions to control the active item in HildonFindToolbar
+* Fixing the default focus for font selection dialog
+* New examples
+* Changing the default long key press time
+* Fixed time picker on-map breakage
+
 [1.0.10-2 release]
 * Fix header installation
 
index eff2913..24b47cd 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [1.0.10], [michael.kostrzewa@nokia.com], [hildon])
+AC_INIT([Hildon gtk widgets], [1.0.11], [michael.kostrzewa@nokia.com], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index 2b776a6..361f56b 100644 (file)
@@ -1,3 +1,17 @@
+libhildon (1.0.11-1) stable; urgency=low
+
+  * Adding some new API functions to control the active item in HildonFindToolbar
+  * Fixing the default focus for font selection dialog
+  * New examples
+  * Changing the default long key press time
+  * Fixed time picker on-map breakage
+
+  * Fixes: NB#63700 wrong definition for HILDON_WINDOW_LONG_PRESS_TIME
+  * Fixes: NB#54182 HildonDateEditor min/max properties cannot be set
+  * Fixes: NB#63430 Ok button of preview dialog is not highlited,when font size is 32pt.
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 25 Jul 2007 10:14:34 +0300
+
 libhildon (1.0.10-2) stable; urgency=low
 
   * Fix header installation.