From 305a1470929116b00a99965f2a321c59bd806041 Mon Sep 17 00:00:00 2001 From: Michael Dominic Kostrzewa Date: Fri, 21 Sep 2007 11:47:17 +0000 Subject: [PATCH] [1.0.16-1 release] --- ChangeLog | 8 ++++++++ NEWS | 5 +++++ configure.ac | 4 ++-- debian/changelog | 13 +++++++++++++ 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cd400be..8f48608 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2007-09-21 Michael Dominic Kostrzewa + [1.0.16-1 release] + + * NEWS: + * configure.ac: + * debian/changelog: Updating. + +2007-09-21 Michael Dominic Kostrzewa + * examples/hildon-banner-long-example.c: Adding a test-case for long hildon banner. diff --git a/NEWS b/NEWS index 78ed0f7..0b05e5a 100644 --- 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 diff --git a/configure.ac b/configure.ac index d996ef7..c2626d7 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/debian/changelog b/debian/changelog index ec91b61..ca0266d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 -- 1.7.9.5