summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2014-01-23 12:05:17 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2014-01-23 12:28:19 +0000
commita5b04f58a00f9ef5bfb323c07cb713692e9e1d68 (patch)
treebda1f24189af7acbb2ca614a0e9d723970e0cbde /README.in
parent07efb5d9bbc82742039e2cf95d21b2db41f3866f (diff)
downloadclutter-a5b04f58a00f9ef5bfb323c07cb713692e9e1d68.tar.gz
Release Clutter 1.17.21.17.2
Diffstat (limited to 'README.in')
-rw-r--r--README.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.in b/README.in
index ea4893f55..63503d5b0 100644
--- a/README.in
+++ b/README.in
@@ -302,6 +302,25 @@ Relevant information for developers with existing Clutter applications
wanting to port to newer releases (see NEWS for general information on new
features).
+Release Notes for Clutter 1.18
+-------------------------------------------------------------------------------
+
+• Until 1.18, ClutterStage removed its children during its dispose()
+ implementation, before the default ClutterActor::destroy() implementation
+ would run. ClutterStage will now destroy the children when it is destroyed
+ to ensure that the children are destroyed, and that custom code can remove
+ references through the ClutterActor::destroy signal.
+
+• Clutter does not depend on the XFIXES extension API on X11 any more. Before
+ 1.18 Clutter used the XFIXES API to hide the cursor; the API is less than
+ useful for toolkits and applications, so Clutter unconditionally uses the
+ fall back code that was in place in case XFIXES was not available.
+
+• ClutterText emits the ::insert-text and ::delete-text signals before the
+ contents of the ClutterTextBuffer are changed, as documented. The signal
+ emission cannot be guaranteed if the ClutterTextBuffer API is used instead
+ of the ClutterText API.
+
Release Notes for Clutter 1.16
-------------------------------------------------------------------------------