From: Claudio Saavedra Date: Tue, 24 Mar 2009 15:30:00 +0000 (+0000) Subject: 2009-03-24 Claudio Saavedra X-Git-Tag: 2.1.66-1~48 X-Git-Url: http://git.maemo.org/git/?p=hildon;a=commitdiff_plain;h=a6ebedfe06e49d87f3792d258238a74e3d82e88a 2009-03-24 Claudio Saavedra [Release 2.1.56] * NEWS: Updates. * configure.ac: Bump version. * debian/changelog: Updates. --- diff --git a/ChangeLog b/ChangeLog index ccfac3a..6df2ea7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2009-03-24 Claudio Saavedra + [Release 2.1.56] + + * NEWS: Updates. + * configure.ac: Bump version. + * debian/changelog: Updates. + +2009-03-24 Claudio Saavedra + * src/hildon-entry.c (+hildon_entry_show_placeholder), (+hildon_entry_hide_placeholder), Methods to show/hide the placeholder text diff --git a/NEWS b/NEWS index 4ccff54..2525cca 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +[2.1.56 release] + + * Fixes: NB#107494 (Items stay selected when clicking and moving + away when inside pannable area) + * Fixes: NB#103564 (Make hildon animation banner use individual image + files as the animation) + * Fixes: NB#107471 (hildon_entry_set_text() not setting the text + when the placeholder text is already set) + [2.1.54 release] Bug fixes: diff --git a/configure.ac b/configure.ac index e4b4676..9db3428 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [2.1.54], [hildon@projects.maemo.org], [hildon]) +AC_INIT([Hildon gtk widgets], [2.1.56], [hildon@projects.maemo.org], [hildon]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index 798290e..4a38c72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +libhildon (2.1.56-1) unstable; urgency=low + + * Fixes: NB#107494 (Items stay selected when clicking and moving + away when inside pannable area) + * Fixes: NB#103564 (Make hildon animation banner use individual image + files as the animation) + * Fixes: NB#107471 (hildon_entry_set_text() not setting the text + when the placeholder text is already set) + * Bump GTK+ dependency to 2:2.12.12-1maemo12. + + -- Claudio Saavedra Tue, 24 Mar 2009 16:56:29 +0200 + libhildon (2.1.54-1) unstable; urgency=low Bug fixes: diff --git a/debian/control b/debian/control index ff633a6..7ab0ca5 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.12-1maemo7), 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-1maemo12), 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.12-1maemo7), libgconf2-dev, libcanberra-dev +Depends: libhildon1 (= ${binary:Version}), pkg-config, libgtk2.0-dev (>= 2:2.12.12-1maemo12), libgconf2-dev, libcanberra-dev Description: Hildon libraries development files Package: libhildon1