summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2012-03-22 13:14:18 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2012-03-22 13:22:39 +0000
commit640314e5322f93dd20c77db9e66e3e68c3c6577c (patch)
treecc1ce5e37c4c884a57e7d68840c60968ed9066fc
parent15e548ad4a41bdbcf107215c5335f45efe5b4392 (diff)
downloadclutter-1.10.0.tar.gz
Release Clutter 1.10.0 (stable)1.10.0
-rw-r--r--NEWS45
-rw-r--r--configure.ac4
2 files changed, 47 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 785656dbf..eaf013b05 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 ebaa1188e..bd46aa870 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