From 2cee458c63826cfd2d711c81264f852c28e9a00f Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Mon, 13 Oct 2008 07:26:28 +0000 Subject: 2008-10-10 Claudio Saavedra [Release 2.1.14] * configure.ac: pre-release version bump * NEWS: updates. * debian/changelog: updates. --- ChangeLog | 8 ++++++++ NEWS | 38 ++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 42 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 89 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6b4001d..584f251 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-10-10 Claudio Saavedra + + [Release 2.1.14] + + * configure.ac: pre-release version bump + * NEWS: updates. + * debian/changelog: updates. + 2008-10-10 Claudio Saavedra * src/hildon-picker-button.c: (hildon_picker_button_finalize): diff --git a/NEWS b/NEWS index bbb14e4..417e5fa 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,41 @@ +[2.1.14 release] + + Bug fixes: + + * Fixes: NB#88644 (Hardcoded first column of the model as text column) + * Fixes: NB#89329 (selectors in picker dialog are not visible when a + long text is set as label for done button) + * Fixes: NB#89651 (HildonTouchSelectorEntry title is , when + entry is empty) + * Fixes: NB#89632 (Picker button selection doesn't change on first click) + * Fixes: NB#88946 (Hildon Picker button should disable itself if there are no + values) + * Fixes: NB#89650 (Picker button is not updated, when selection in selector + has changed) + + API additions: + + * HildonTouchSelectorColumn::text-column property. + * hildon_picker_button_set_done_button_text() and + hildon_picker_button_get_done_button_text() + * HildonCheckButton is a proper widget. + + Deprecations: + + * HildonWeekdayPicker + * HildonTouchSelectorEntry::text-column property, use + HildonTouchSelectorColumn::text-column instead. + * hildon_touch_selector_set_column_attributes(), use + HildonTouchSelectorColumn and friends. + * HildonAppMenu::columns property, this is managed automatically now. + + Other: + + * hildon_gtk_set_theme_size() sets widget name using "WidgetName-size" layout, + to ease proper theming (Daniel Borgmann) + * Many documentation improvements and additions. + * Add --disable-deprecated configure option. + [2.1.12 release] Bug fixes: diff --git a/configure.ac b/configure.ac index c63bd1a..9dbed7f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [2.1.13], [hildon@projects.maemo.org], [hildon]) +AC_INIT([Hildon gtk widgets], [2.1.14], [hildon@projects.maemo.org], [hildon]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index bce9c01..2f56300 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,45 @@ +libhildon (2.1.14-1) unstable; urgency=low + + * Switch the build system to use cdbs. + * Add --disable-deprecated configure option. + + Bug fixes: + + * Fixes: NB#88644 (Hardcoded first column of the model as text column) + * Fixes: NB#89329 (selectors in picker dialog are not visible when a + long text is set as label for done button) + * Fixes: NB#89651 (HildonTouchSelectorEntry title is , when + entry is empty) + * Fixes: NB#89632 (Picker button selection doesn't change on first click) + * Fixes: NB#88946 (Hildon Picker button should disable itself if there are no + values) + * Fixes: NB#89650 (Picker button is not updated, when selection in selector + has changed) + + API additions: + + * HildonTouchSelectorColumn::text-column property. + * hildon_picker_button_set_done_button_text() and + hildon_picker_button_get_done_button_text() + * HildonCheckButton is a proper widget. + + Deprecations: + + * HildonWeekdayPicker + * HildonTouchSelectorEntry::text-column property, use + HildonTouchSelectorColumn::text-column instead. + * hildon_touch_selector_set_column_attributes(), use + HildonTouchSelectorColumn and friends. + * HildonAppMenu::columns property, this is managed automatically now. + + Other: + + * hildon_gtk_set_theme_size() sets widget name using "WidgetName-size" layout, + to ease proper theming (Daniel Borgmann) + * Many documentation improvements and additions. + + -- Claudio Saavedra Fri, 10 Oct 2008 13:40:57 +0300 + libhildon (2.1.12-2) unstable; urgency=low * Add missing hildon-touch-selector-column.h to installable headers. -- cgit v1.2.3-18-g5258