From 2b30863244dc407e1b53e479fe2d07b8aec5d38e Mon Sep 17 00:00:00 2001 From: Michael Dominic Kostrzewa Date: Wed, 10 Oct 2007 11:21:37 +0000 Subject: [PATCH 1/1] [2.0.0-1 release] --- ChangeLog | 8 ++++++++ NEWS | 3 +++ configure.ac | 4 ++-- debian/changelog | 7 +++++++ 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 12b2f09..4c97f4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2007-10-10 Michael Dominic Kostrzewa + [2.0.0-1 release] + + * NEWS: + * configure.ac: + * debian/changelog: Updating. + +2007-10-10 Michael Dominic Kostrzewa + * examples/Makefile.am: * examples/hildon-logical-color-example.c: * src/hildon-helper.c: Fixing the way logical colors/fonts are being diff --git a/NEWS b/NEWS index 43683da..af61fe3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +[2.0.0-1 release] +* Upping version to 2.0.0 for hildon 2.0 + [1.0.17-1 release] * Fixed toolbar visibility * Fixed breadcrumb separator diff --git a/configure.ac b/configure.ac index f4c4e17..599b962 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [1.0.17], [michael.kostrzewa@nokia.com], [hildon]) +AC_INIT([Hildon gtk widgets], [2.0.0], [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, 17, 0, 17) +AS_LIBTOOL(HILDON, 18, 0, 18) AM_INIT_AUTOMAKE AC_PROG_CC diff --git a/debian/changelog b/debian/changelog index 11aa557..fa9fd01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libhildon (2.0.0-1.1) stable; urgency=low + + * Fixes: NB#71660 RSS applet is not using correct logical colors for feeds + * Upping version to 2.0.0 for hildon 2.0 + + -- Michael Dominic Kostrzewa Wed, 10 Oct 2007 14:10:28 +0300 + libhildon (1.0.17-1.1) stable; urgency=low * Fixes: NB#70842 General brokeness in toolbars visibility -- 1.7.9.5