[clutter/clutter-1.16] Release Clutter 1.16.4



commit 440edcda76b6b7a9a7b021d681930d484c394939
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Jan 24 22:30:11 2014 +0000

    Release Clutter 1.16.4

 NEWS         |   30 ++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 32 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 739e821..47263cb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Clutter 1.16.4                                                       2014-01-24
+===============================================================================
+
+  • List of changes since Clutter 1.16.2
+
+    - Performance improvements
+    Avoid using hardware picking as much as possible; do not queue redraws
+    when not needed, and rely on clipped redraws more.
+
+    - Accessibility fixes
+
+  • List of bugs fixed since Clutter 1.16.2
+
+    #710227 - ClutterGestureAction memory corruption
+    #719747 - ClutterStage: Don't add empty actors to the stage clip
+    #712563 - Fixes for cogl journal usage when picking
+    #722220 - Incorrect string reported in accessible text-changed events
+              when text is removed
+    #722188 - atk_text_get_n_selections() should return 0 when no text is
+              selected
+    #719901 - ClutterStageCogl: Ignore a clip the size of the stage
+    #719563 - input-device: Guard against double free
+    #719367 - Bind constraints: Don't force redraws on source relayout
+    #719368 - Don't queue redraws when reallocating actor that haven't moved
+
+Many thanks to:
+
+  Owen W. Taylor, Alejandro Piñeiro, Jasper St. Pierre, Florian Müllner,
+  Lionel Landwerlin, Sphinx Jiang, Wylmer Wang.
+
 Clutter 1.16.2                                                       2013-11-18
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index 1490909..eca6baa 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], [16])
-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]