[1.0.10-1 release]
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Fri, 29 Jun 2007 14:17:46 +0000 (14:17 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Fri, 29 Jun 2007 14:17:46 +0000 (14:17 +0000)
ChangeLog
NEWS
configure.ac
debian/changelog

index be0eed7..67f0bcb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-06-29  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.10-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
 2007-06-27  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * configure.ac: Removing some remaining of --enable-xan.
diff --git a/NEWS b/NEWS
index ba28dc7..b0ba881 100644 (file)
--- 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
index bebfe1f..eff2913 100644 (file)
@@ -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
index 5c70104..c973d08 100644 (file)
@@ -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 <michael.kostrzewa@nokia.com>  Fri, 29 Jun 2007 16:49:58 +0300
+
+ibhildon (1.0.9-1) stable; urgency=low
 
   * Breadcrumb align/visibility fixes