From cf36e5d840f57b01f22c0c58a2756a9f86b8e5dc Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 9 Jan 2008 12:45:52 +0000 Subject: [PATCH] 2.0.0 release. --- ChangeLog | 8 ++++++++ NEWS | 4 ++++ configure.ac | 4 ++-- debian/changelog | 7 +++++++ 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a8bda66..cbda09a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2008-01-09 Xan Lopez + [2.0.0-1 release] + + * NEWS: + * configure.ac: + * debian/changelog: Updating. + +2008-01-09 Xan Lopez + * src/hildon-color-chooser.c (hildon_color_chooser_class_init): Add outer_border style property, we use it but don't define it (!). diff --git a/NEWS b/NEWS index 40e66ed..9da2633 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +[2.0.0-1 release] +* Fix breadcrumb trail node removal logic. +* Add missing outer-border style for HildonColorChooser. + [1.99.1-1 release] * Accesability fixes for get/set password dialog. diff --git a/configure.ac b/configure.ac index d2fbec0..9a54c03 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [1.99.1], [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, 18, 0, 18) +AS_LIBTOOL(HILDON, 18, 1, 18) AM_INIT_AUTOMAKE AC_PROG_CC diff --git a/debian/changelog b/debian/changelog index b7d2e2e..6fdbf46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libhildon (2.0.0-1ubuntu1) unstable; urgency=low + + * Fixes: NB#78616: breadcrumb trail node removal logic fix. + * Fixes: NB#75310: add missing outer-border style property to HildonColorChooser. + + -- Xan Lopez Wed, 09 Jan 2008 14:27:08 +0200 + libhildon (1.99.1-1) stable; urgency=low * Fixes: NB#25592 Accessibility unable to access entry box -- 1.7.9.5