2008-10-20 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 20 Oct 2008 13:41:18 +0000 (13:41 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 20 Oct 2008 13:41:18 +0000 (13:41 +0000)
* NEWS: Updates
* configure.ac: Bump version
* debian/changelog: Updates
* debian/rules: Set PKG_CONFIG_PATH to make docs build with
gtk-doc 1.10.

ChangeLog
NEWS
configure.ac
debian/changelog
debian/rules

index df8d52f..3639320 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-10-20  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * NEWS: Updates
+       * configure.ac: Bump version
+       * debian/changelog: Updates
+       * debian/rules: Set PKG_CONFIG_PATH to make docs build with
+       gtk-doc 1.10.
+
 2008-10-20  Alberto Garcia  <agarcia@igalia.com>
 
        Patch contributed by Daniel Borgmann (danielb@openismus.com)
diff --git a/NEWS b/NEWS
index 417e5fa..40732d3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+[2.1.16 release]
+
+  * HildonTouchSelector internal layout cleaning.
+  * Improved HildonButton customizability.
+  * Allow Hildon Touch Menu theming (Daniel Borgmann)
+
+  Bug fixes:
+
+  * Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow)
+  * Fixes: NB#89935 (Shortcuts for menu buttons are not working)
+  * Fixes  NB#90232 (Picker button does not set the label on done button for the
+    second time)
+
 [2.1.14 release]
 
   Bug fixes:
index 8f70ad8..829d5e4 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.15], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.16], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index 2f56300..91f6726 100644 (file)
@@ -1,3 +1,18 @@
+libhildon (2.1.16-1) unstable; urgency=low
+
+  * HildonTouchSelector internal layout cleaning.
+  * Improved HildonButton customizability.
+  * Allow Hildon Touch Menu theming (Daniel Borgmann)
+
+  Bug fixes:
+
+  * Fixes: NB#89411 (Window Manager locks caused by HildonStackableWindow)
+  * Fixes: NB#89935 (Shortcuts for menu buttons are not working)
+  * Fixes  NB#90232 (Picker button does not set the label on done button for the
+    second time)
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 20 Oct 2008 11:37:31 +0200
+
 libhildon (2.1.14-1) unstable; urgency=low
 
   * Switch the build system to use cdbs.
index b940211..5727d55 100755 (executable)
@@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
+DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed" PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc
 
 makebuilddir::