2008-09-29 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 29 Sep 2008 06:31:24 +0000 (06:31 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 29 Sep 2008 06:31:24 +0000 (06:31 +0000)
[Release 2.1.12]

* NEWS: Update.
* configure.ac: Pre-release version bump.
* debian/changelog: Updates.

ChangeLog
NEWS
configure.ac
debian/changelog

index a367a73..70137e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>
 
+       [Release 2.1.12]
+
+       * NEWS: Update.
+       * configure.ac: Pre-release version bump.
+       * debian/changelog: Updates.
+
+2008-09-29  Claudio Saavedra  <csaavedra@igalia.com>
+
        * NEWS: Update news for previous releases.
 
 2008-09-26  Claudio Saavedra  <csaavedra@igalia.com>
diff --git a/NEWS b/NEWS
index b473f12..bbb14e4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+[2.1.12 release]
+
+  Bug fixes:
+
+  * Fixes: NB#88576 (critical warning in HildonTouchSelectorEntry)
+  * Fixes: NB#88720 (HildonPickerButton leaks a reference to the
+    HildonTouchSelector)
+  * Fixes: NB#88718 (HildonPickerButton not synchronizing its initial
+    'value' with the selector)
+  * Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior)
+  * Fixes: NB#88850 (Update HildonNote button strings + signals)
+  * Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)
+  * Fixes: NB#88680 (Limiting API in HildonTouchSelector)
+  * Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
+    changed)
+  * Fixes: NB#88927 (Hildon Wizard should not use icons anymore)
+
+  API additions:
+
+  * New methods to set/get index of selected item in HildonPickerButton and
+    HildonTouchSelector.
+  * Add HildonAppMenu::columns property.
+  * New HildonTouchSelectorColumn class implementing GtkCellLayout interface.
+
+  Other:
+
+  * Examples updated, coding, theming, and documentation fixes.
+
 [2.1.10 release]
 
 * Fixes: NB#88214 (HildonPannableArea wrong requisition)
index 7a8e12c..f0004eb 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.1.11], [hildon@projects.maemo.org], [hildon])
+AC_INIT([Hildon gtk widgets], [2.1.12], [hildon@projects.maemo.org], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index 29c82fb..edcbb83 100644 (file)
@@ -1,3 +1,33 @@
+libhildon (2.1.12-1) unstable; urgency=low
+
+  Bug fixes:
+
+  * Fixes: NB#88576 (critical warning in HildonTouchSelectorEntry)
+  * Fixes: NB#88720 (HildonPickerButton leaks a reference to the
+    HildonTouchSelector)
+  * Fixes: NB#88718 (HildonPickerButton not synchronizing its initial
+    'value' with the selector)
+  * Fixes: NB#88891 (Allow WM to handle properly close-on-tap-outside behavior)
+  * Fixes: NB#88850 (Update HildonNote button strings + signals)
+  * Fixes: NB#88887 (Hildon Wizard changes for Hildon2.2)
+  * Fixes: NB#88680 (Limiting API in HildonTouchSelector)
+  * Fixes: NB#88923 (Semantics of hildon_stackable_window_set_main_menu()
+    changed)
+  * Fixes: NB#88927 (Hildon Wizard should not use icons anymore)
+
+  API additions:
+
+  * New methods to set/get index of selected item in HildonPickerButton and
+    HildonTouchSelector.
+  * Add HildonAppMenu::columns property.
+  * New HildonTouchSelectorColumn class implementing GtkCellLayout interface.
+
+  Other:
+
+  * Examples updated, coding, theming, and documentation fixes.
+
+ -- Claudio Saavedra <csaavedra@igalia.com>  Mon, 29 Sep 2008 09:30:38 +0300
+
 libhildon (2.1.10-2) unstable; urgency=low
 
   * Revert bump of shared library version to avoid shared library load issues.