2006-11-23 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Thu, 23 Nov 2006 12:45:20 +0000 (12:45 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Thu, 23 Nov 2006 12:45:20 +0000 (12:45 +0000)
[0.14.10-1 release]

* configure.ac:
* debian/changelog: Updating.

ChangeLog
configure.ac
debian/changelog

index ca97e23..85dadc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2006-11-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
+       [0.14.10-1 release]
+
+       * configure.ac:
+       * debian/changelog: Updating.
+
+2006-11-23  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
        * hildon-widgets/hildon-number-editor.c: Fixing a threads_enter
        problem when trying to enter threads from signal. Fixes NB#47762.
 
index 6978af3..afc0e71 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(hildon-libs, 0.14.9)
+AM_INIT_AUTOMAKE(hildon-libs, 0.14.10)
 AM_CONFIG_HEADER(config.h)
 
 AC_CANONICAL_HOST
index a867dd3..59d0709 100644 (file)
@@ -1,3 +1,9 @@
+hildon-libs (0.14.10-1) unstable; urgency=low
+
+  * Fixes: NB#47762 - The hildon_number_editor doesn't work properly when gdk_threads_init was called.
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Tue, 23 Nov 2006 14:40:00 +0300
+
 hildon-libs (0.14.9-1) unstable; urgency=low
 
   * Fixes: NB#41059 - After retaining focus, couldn't enter numbers in day and month field using HW keyboard.