[clutter] Release Clutter 1.12.0



commit 075aa21b3ae036c2f4ae171c26e5e7028733732d
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Sep 24 17:27:05 2012 +0100

    Release Clutter 1.12.0

 NEWS         |   31 +++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 33 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1f548c5..6f25994 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Clutter 1.12.0                                                       2012-09-24
+===============================================================================
+
+  â List of changes since Clutter 1.11.16
+
+    - Fix the device tracking for core X11 pointers
+    If a master input device can emit both touch and pointer events we end up
+    in an inconsistent state; we should account for this case when tracking
+    the stage that contains the events of each input device.
+
+    - Respect text direction in BinLayout
+    The text direction of the children of an actor using the BinLayout layout
+    manager should be taken into account, both when using the Actor's align
+    flags and when using the legacy BinAlignment flags.
+
+    - Translations updates
+    Hindi, Telugu, Catalan, Malayalam, Japanese, Bulgarian, Kannada.
+
+  â List of bugs fixed since Clutter 1.11.16
+
+    #684214 - messageTray: Fix summary position in RTL locales
+    #684552 - Track coordinates and device ids in test-events
+    #684530 - Print device number in debug messages from input-device
+    #684509 - Mouse events lost after touch event from virtual core pointer
+
+Many thanks to:
+
+  Emanuele Aina, Emmanuele Bassi, Alexander Shopov, Ani Peter,
+  Carles Ferrando, Chandan Kumar, Gil Forcada, Krishnababu Krothapalli,
+  Nishio Futoshi, Shankar Prasad.
+
 Clutter 1.11.16                                                      2012-09-17
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index 4ae77be..105c6b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,8 @@
 # - increase clutter_micro_version to the next odd number
 # - increase clutter_interface_version to the next odd number
 m4_define([clutter_major_version], [1])
-m4_define([clutter_minor_version], [11])
-m4_define([clutter_micro_version], [17])
+m4_define([clutter_minor_version], [12])
+m4_define([clutter_micro_version], [0])
 
 # â for stable releases: increase the interface age by 1 for each release;
 #   if the API changes, set to 0. interface_age and binary_age are used to



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]