2008-08-29 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Fri, 29 Aug 2008 12:47:33 +0000 (12:47 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Fri, 29 Aug 2008 12:47:33 +0000 (12:47 +0000)
Release 2.1.6-1.

* configure.ac: prerelease version bump.
* debian/changelog: update.

ChangeLog
configure.ac
debian/changelog

index ede1fd0..037f109 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
 
+       Release 2.1.6-1.
+
+       * configure.ac: prerelease version bump.
+       * debian/changelog: update.
+
+2008-08-29  Claudio Saavedra  <csaavedra@igalia.com>
+
        * examples/hildon-pannable-area-example-2.c: (main): Add a pixbuf
        renderer to display stock icons in the touch list. Also, set the sizes
        to the recommended in the style guide.
index 52df1b6..38584a7 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.4], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.6], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index d86210d..36e7a60 100644 (file)
@@ -1,3 +1,18 @@
+libhildon (2.1.6-1) unstable; urgency=low
+
+  * Deprecated hildon_check_button_{set/get}_label().
+  * Renamed HILDON_PANNABLE_AREA_MOV_* macros to HILDON_MOVEMENT_*
+  * Initial hint in the pannable area set to FALSE.
+  * Renamed properties in HildonPannableArea from {h,v}indicator-mode to
+    {h,v}indicator_policy, and {h,v}scroll to {h,v}scroll_visible.
+  * New widget: HildonEditToolbar.
+  * Renamed hildon_touch_selector_{set,get}_active_iter() to
+    hildon_touch_selector_select_iter() and hildon_touch_selector_get_selected().
+  * Several API additions, bug fixes, internals improvements, documentation
+    improvements, and examples updates. See ChangeLog for details.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Fri, 29 Aug 2008 15:25:33 +0300
+
 libhildon (2.1.5-1~unreleased) gutsy; urgency=low
 
   * Replace esd dependencies in the dev package with libcanberra-dev.