[1.0.6-1 release]
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Tue, 22 May 2007 10:49:22 +0000 (10:49 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Tue, 22 May 2007 10:49:22 +0000 (10:49 +0000)
ChangeLog
NEWS
configure.ac
debian/changelog

index 61ac1cb..3621930 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-05-22  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.6-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
 2007-05-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * src/hildon-color-chooser-dialog.c:
diff --git a/NEWS b/NEWS
index 2d3a452..7ab655c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+[1.0.6-1 release]
+* Memory allocation fixes for color and font selection widgets
+* Breadcrumb leak/visibility fixes
+* New examples
+
 [1.0.5-1 release]
 * Fixes in the HildonWizardDialog
 * Memory freeing fixes in font selection dialog
index 581052d..568eac4 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [1.0.5], [michael.kostrzewa@nokia.com], [hildon])
+AC_INIT([Hildon gtk widgets], [1.0.6], [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, 5, 0, 5)
+AS_LIBTOOL(HILDON, 6, 0, 6)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC
index 33ad675..8ee812b 100644 (file)
@@ -1,3 +1,14 @@
+libhildon (1.0.6-1) stable; urgency=low
+
+  * Fixes: NB#54061 Notes application crashes when font size & font colour is changed
+  * Fixes: NB#48934 Switch to page with empty page number dialog responded when taped outside the content area
+
+  * Memory allocation fixes for color and font selection widgets
+  * Breadcrumb leak/visibility fixes
+  * New examples
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Tue, 22 May 2007 13:45:59 +0300
+
 libhildon (1.0.5-1) stable; urgency=low
 
   * Fixes: NB#54149 Date editor: Accepts year greater than 2037