[clutter/clutter-1.10] Release Clutter 1.10.0 (stable)



commit 640314e5322f93dd20c77db9e66e3e68c3c6577c
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Thu Mar 22 13:14:18 2012 +0000

    Release Clutter 1.10.0 (stable)

 NEWS         |   45 +++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 47 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 785656d..eaf013b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+Clutter 1.10.0                                                       2012-03-22
+===============================================================================
+
+  â Clutter 1.10.0, new stable release
+
+  â List of changes since Clutter 1.9.16
+
+    - Fix ClutterTimeline:current-repeat accessor
+    The :current-repeat value was being incremented prior to emitting the
+    completed signal, which meant that signal handlers would not be able
+    to retrieve the correct value.
+
+    - Improve the memory management of Transitions
+    ClutterActor now takes a reference on the Transitions that have been
+    added to it, and releases the reference when the Transition is removed;
+    this means that it's safe to release the reference of a transition after
+    adding it, to let ClutterActor own it.
+
+    - Remove the Animatable argument for PropertyTransition constructor
+    The animatable was not meant to be there in the first place; the
+    PropertyTransition will perform validation on the property lazily, once
+    it's been attached to the actor.
+
+    - Clean up documentation and examples
+    Ensure that the API reference is using the correct API and best
+    practices.
+
+    - Fix TableLayout policy for actors spanning multiple rows or columns
+    The ClutterTableLayout inherited some small bug from MxTable that got
+    fixed in the meantime; the layout policy has been re-synchronized.
+
+    - Build fixes for the Wayland backend.
+
+    - Updated VisualStudio project files.
+
+  â List of bugs fixed since Clutter 1.9.16
+
+    [bugzilla.gnome.org]
+    #672557 - Fix ClutterTableLayout
+
+Many thanks to:
+
+  Jasper St. Pierre, Chun-wei Fan, Robert Bragg, Chao-Hsiung Liao,
+  Neil Roberts, Rico Tzschichholz, Rob Bradford
+
 Clutter 1.9.16                                                       2012-03-19
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index ebaa118..bd46aa8 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], [9])
-m4_define([clutter_micro_version], [17])
+m4_define([clutter_minor_version], [10])
+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]