[clutter/clutter-1.10] Release Clutter 1.10.4



commit e654dd55fb3f9ae54871a3d5013bb0d22fcb5207
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Tue May 1 11:51:56 2012 +0100

    Release Clutter 1.10.4

 NEWS         |   25 +++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 374fccc..835356e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Clutter 1.10.4                                                       2012-05-01
+===============================================================================
+
+  â List of changes since Clutter 1.10.2
+
+    - Fixes for XInput 2 event handling
+    We should only select events for enabled devices, and keep track of the
+    device state.
+
+    - Fix an overflow when calculating the distance of very long paths
+
+    - Ensure that we don't change actor visibility when restacking
+
+  â List of bugs fixed since Clutter 1.10.2
+
+    [bugzilla.gnome.org]
+    #674510 - Changing a hidden child's position with new API shows the actor
+    #673644 - Scroll not working in document overview
+    #652521 - get_length fails in Clutter.Path when length is greater
+              than 46340
+Many thanks to:
+
+  Cosimo Cecchi, Christian Kirbach, Jasper St. Pierre, Jonh Wendell,
+  Yuri Myasoedov.
+
 Clutter 1.10.2                                                       2012-04-16
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index 3d5ea6a..b38d037 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
 # - increase clutter_interface_version to the next odd number
 m4_define([clutter_major_version], [1])
 m4_define([clutter_minor_version], [10])
-m4_define([clutter_micro_version], [3])
+m4_define([clutter_micro_version], [4])
 
 # â 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
@@ -31,7 +31,7 @@ m4_define([clutter_micro_version], [3])
 #   ...
 #
 # â for development releases: keep clutter_interface_age to 0
-m4_define([clutter_interface_age], [3])
+m4_define([clutter_interface_age], [4])
 
 m4_define([clutter_binary_age], [m4_eval(100 * clutter_minor_version + clutter_micro_version)])
 



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