[clutter] Release Clutter 1.7.10 (snapshot)



commit d80fef4c71bb9e1a76420360d85d50fb62ed7d3b
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Mon Aug 15 23:50:03 2011 +0100

    Release Clutter 1.7.10 (snapshot)

 NEWS         |   24 ++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index c5bf08f..ff5ac02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Clutter 1.7.10                                                       2011-08-15
+===============================================================================
+
+  â List of changes since Clutter 1.7.8
+
+    - Do not update the last paint volume when picking
+    Last minute fix for an issue that was most prominently manifesting itself
+    when using GNOME Shell with Clutter 1.7; this should resolve the issue
+    that dragging icons from the dash left around some stale pixels.
+
+    - Fix building the tests
+    The performance and micro-benchmark tests did not pick up changes in
+    local dependencies, e.g. under a JHBuild root.
+
+  â List of bugs fixed since Clutter 1.7.8
+
+    [bugzilla.gnome.org]
+
+    #656588 - Outdated FSF Address in code files
+
+Many thanks to:
+
+  Alejandro PiÃeiro, Robert Bragg
+
 Clutter 1.7.8                                                        2011-08-15
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index afd8220..5e5680b 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], [7])
-m4_define([clutter_micro_version], [9])
+m4_define([clutter_micro_version], [10])
 
 # â 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]