From: Claudio Saavedra Date: Mon, 15 Sep 2008 15:49:18 +0000 (+0000) Subject: 2008-09-15 Claudio Saavedra X-Git-Tag: 2.1.66-1~506 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=f74cb9758a3430af25a27b49660723526225fe79;p=hildon 2008-09-15 Claudio Saavedra Release 2.1.10-1. * configure.ac: Pre-release version bump. * debian/changelog: Updates. * debian/control: Add myself as maintainer and depend on l10n packages. --- diff --git a/ChangeLog b/ChangeLog index 4f1ab6f..5fe6ba7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-09-15 Claudio Saavedra + + Release 2.1.10-1. + + * configure.ac: Pre-release version bump. + * debian/changelog: Updates. + * debian/control: Add myself as maintainer and depend on l10n + packages. + 2008-09-15 Alberto Garcia * src/hildon-window.c diff --git a/configure.ac b/configure.ac index 0b12431..912be42 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [2.1.9], [hildon@projects.maemo.org], [hildon]) +AC_INIT([Hildon gtk widgets], [2.1.10], [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, 19, 0, 0) +AS_LIBTOOL(HILDON, 20, 0, 0) AM_INIT_AUTOMAKE AC_PROG_CC diff --git a/debian/changelog b/debian/changelog index 79df27a..4a998ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +libhildon (2.1.10-1) unstable; urgency=low + + * Fixes: NB#88214 (HildonPannableArea wrong requisition) + * Fixes: NB#88287 (Missing translations) + * Fixes: NB#88364 (Update margins definitions) + * Fixes: NB#88414 (Crash in HildonDateSelector on finalize) + * New widget: HildonTextEntry. + * Removed long deprecated methods hildon_check_button_set_label(), + hildon_check_button_get_label(). + * New method: hildon_gtk_window_set_progress_indicator() to set progress indicator in + windows (depends on feature being implemented in WM). + * Documentation updates, coding fixes, examples updates. See ChangeLog for details. + * Add dependency of libhildon1 on hildon-libs-l10n-mr[0] + * Set myself as the maintainer of the debian package. + + -- Claudio Saavedra Mon, 15 Sep 2008 15:36:06 +0300 + libhildon (2.1.8-1) unstable; urgency=low * Make -gdb package contain useful debugging symbols. diff --git a/debian/control b/debian/control index dae6ef8..346447a 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: libhildon Section: x11 Priority: optional -Maintainer: Kimmo Hämäläinen +Maintainer: Claudio Saavedra Build-Depends: debhelper (>= 4.0.0), pkg-config, 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 Standards-Version: 3.6.0 @@ -14,7 +14,7 @@ Description: Hildon libraries development files Package: libhildon1 Section: libs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, osso-sounds-ui +Depends: ${shlibs:Depends}, ${misc:Depends}, osso-sounds-ui, hildon-libs-l10n-mr | hildon-libs-l10n-mr0 Description: Hildon libraries Package: libhildon1-dbg