[1.0.16-1 release]
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Fri, 21 Sep 2007 11:47:17 +0000 (11:47 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Fri, 21 Sep 2007 11:47:17 +0000 (11:47 +0000)
ChangeLog
NEWS
configure.ac
debian/changelog

index cd400be..8f48608 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
+       [1.0.16-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
+2007-09-21  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
        * examples/hildon-banner-long-example.c: Adding a test-case for long
        hildon banner.
 
diff --git a/NEWS b/NEWS
index 78ed0f7..0b05e5a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+[1.0.16-1 release]
+* Mem-leak fixes in font selector and color selector
+* Mem-leak fix in style helper
+* Making the code dialog a bit more thumbable 
+
 [1.0.15-1 release]
 * Fixing hw keyboard support in lock code dialog
 * Fixing focus behavior in caption
index d996ef7..c2626d7 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [1.0.15], [michael.kostrzewa@nokia.com], [hildon])
+AC_INIT([Hildon gtk widgets], [1.0.16], [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, 15, 0, 15)
+AS_LIBTOOL(HILDON, 16, 0, 16)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC
index ec91b61..ca0266d 100644 (file)
@@ -1,3 +1,16 @@
+libhildon (1.0.16-1.1) stable; urgency=low
+
+  * Mem-leak fixes in font selector and color selector
+  * Mem-leak fix in style helper
+  * Making the code dialog a bit more thumbable 
+
+  * Fixes: NB#63694 device lock, truncation of secu_application_title
+  * Fixes: NB#70273 Memory leaks when switching applets and background
+  * Fixes: NB#70474 Memory leak and access to already freed memory in color selector
+  * Fixes: NB#70499 HildonFontSelectionDialog memory leak 
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Fri, 21 Sep 2007 14:41:13 +0300
+
 libhildon (1.0.15-1.1) stable; urgency=low
 
   * debian/control: Add glib and gtk+ doc packages to build dependencies to