From 91ec3ae58b9e2e9ad29b2d2a1288bd30cf504b24 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Tue, 9 Dec 2008 18:07:30 +0000 Subject: [PATCH] 2008-12-09 Claudio Saavedra [Release 2.1.28] * NEWS: updates * configure.ac: bump version * debian/changelog: updates * debian/control: bump gtk+ dependency --- ChangeLog | 9 +++++++++ NEWS | 34 ++++++++++++++++++++++++++++++++++ configure.ac | 6 +++--- debian/changelog | 37 ++++++++++++++++++++++++++++++++++--- debian/control | 4 ++-- 5 files changed, 82 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 17be0ba..8be32fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2008-12-09 Claudio Saavedra + [Release 2.1.28] + + * NEWS: updates + * configure.ac: bump version + * debian/changelog: updates + * debian/control: bump gtk+ dependency + +2008-12-09 Claudio Saavedra + * src/hildon-dialog.c: Mark as deprecated. * src/hildon-dialog.h: Mark as deprecated. * src/hildon-picker-dialog.h: Allow HildonPickerDialog to derive diff --git a/NEWS b/NEWS index d5fb406..27c19b1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +[2.1.28 release] + + Bug fixes: + + * Fixes: NB#94214 (No way to stop HildonWizardDialog from going to + next page) + * Fixes: NB#94972 (Hildon Picker with Entry should use HildonEntry + widget, not GtkEntry) + * Fixes: NB#90867 (Deprecate HildonDialog and use GtkDialog (with + maemo changes) instead) + + New API: + + * hildon_program_set/get_common_app_menu(): Use to set a common + HildonAppMenu for all stackable windows in a HildonProgram. + * hildon_wizard_dialog_set_forward_page_func(): Use to define a + HildonWizardDialogPageFunc function to control flow of the wizard. + * hildon_gtk_tree_view_set_ui_mode(): Method to change the UI mode. + * hildon_gtk_icon_view_set_ui_mode(): Method to change the UI mode. + * HildonPannableArea::size-request-policy: Size requisition policy property. + * hildon_pannable_area_set/get_size_request_policy(): Method to change the + size request policy. + + Deprecations: + + * HildonDialog. Prefer GtkDialog instead. + + Other: + + * Examples updated, code fixes, documentation updates. + * Explicitely set the interactive search widget off in hildon specific + GtkTreeView. + * Bump GTK+ dependency to 2.12.12. + [2.1.26 release] Bug fixes: diff --git a/configure.ac b/configure.ac index 97635c7..9a3b379 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [2.1.27], [hildon@projects.maemo.org], [hildon]) +AC_INIT([Hildon gtk widgets], [2.1.28], [hildon@projects.maemo.org], [hildon]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) @@ -25,7 +25,7 @@ AC_SUBST(API_VERSION_MAJOR) # 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, 4, 18) +AS_LIBTOOL(HILDON, 18, 5, 18) AM_INIT_AUTOMAKE AC_PROG_CC @@ -35,7 +35,7 @@ AC_PROG_AWK AC_HEADER_STDC -GTK_VERSION=2.12.9 +GTK_VERSION=2.12.12 PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $GTK_VERSION) AC_SUBST(GTK_LIBS) diff --git a/debian/changelog b/debian/changelog index 72b028f..b734641 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,39 @@ -libhildon (2.1.27-1~unreleased) unstable; urgency=low +libhildon (2.1.28-1) unstable; urgency=low - * unreleased bump, remove before releasing. + * Bump GTK+ dependency to 2.12.12-1maemo4 for the GtkDialog changes. - -- Claudio Saavedra Wed, 03 Dec 2008 16:01:41 +0100 + Bug fixes: + + * Fixes: NB#94214 (No way to stop HildonWizardDialog from going to + next page) + * Fixes: NB#94972 (Hildon Picker with Entry should use HildonEntry + widget, not GtkEntry) + * Fixes: NB#90867 (Deprecate HildonDialog and use GtkDialog (with + maemo changes) instead) + + New API: + + * hildon_program_set/get_common_app_menu(): Use to set a common + HildonAppMenu for all stackable windows in a HildonProgram. + * hildon_wizard_dialog_set_forward_page_func(): Use to define a + HildonWizardDialogPageFunc function to control flow of the wizard. + * hildon_gtk_tree_view_set_ui_mode(): Method to change the UI mode. + * hildon_gtk_icon_view_set_ui_mode(): Method to change the UI mode. + * HildonPannableArea::size-request-policy: Size requisition policy property. + * hildon_pannable_area_set/get_size_request_policy(): Method to change the + size request policy. + + Deprecations: + + * HildonDialog. Prefer GtkDialog instead. + + Other: + + * Examples updated, code fixes, documentation updates. + * Explicitely set the interactive search widget off in hildon specific + GtkTreeView. + + -- Claudio Saavedra Tue, 09 Dec 2008 16:09:45 +0100 libhildon (2.1.26-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 54b3f94..a14e709 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: libhildon Section: x11 Priority: optional Maintainer: Claudio Saavedra -Build-Depends: debhelper (>= 5), cdbs, libgtk2.0-dev (>= 2:2.12.9-0osso3), libcanberra-dev, libxi-dev, libxt-dev, libpng12-dev, libgconf2-dev, gtk-doc-tools, libgtk2.0-doc, libglib2.0-doc +Build-Depends: debhelper (>= 5), cdbs, libgtk2.0-dev (>= 2:2.12.12-1maemo4), libcanberra-dev, libxi-dev, libxt-dev, libpng12-dev, libgconf2-dev, gtk-doc-tools, libgtk2.0-doc, libglib2.0-doc Standards-Version: 3.6.0 Package: libhildon1-dev Section: devel Architecture: any -Depends: libhildon1 (= ${binary:Version}), pkg-config, libgtk2.0-dev (>= 2:2.12.9-0osso3), libgconf2-dev, libcanberra-dev +Depends: libhildon1 (= ${binary:Version}), pkg-config, libgtk2.0-dev (>= 2:2.12.12-1maemo4), libgconf2-dev, libcanberra-dev Description: Hildon libraries development files Package: libhildon1 -- 1.7.9.5