summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2011-07-26 13:18:43 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2011-07-26 13:55:58 +0100
commit0a008b98e7f72b9741ddbc3e2773153dafe302a1 (patch)
treed172567e429e4494c2c5732a331b1654343d0000 /README.in
parent0f8e3ab4aa5980634d8c0b3c97830b31a3b34a67 (diff)
downloadclutter-0a008b98e7f72b9741ddbc3e2773153dafe302a1.tar.gz
Release Clutter 1.7.6 (snapshot)1.7.6
Diffstat (limited to 'README.in')
-rw-r--r--README.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.in b/README.in
index 01662b724..36b29baf6 100644
--- a/README.in
+++ b/README.in
@@ -305,6 +305,19 @@ Release Notes for Clutter 1.8
• ClutterBoxLayout layout algorithm has been changed to map the more mature
and more stable GtkBox one.
+• The ClutterText:editable property was incorrectly defined in the GParamSpec
+ as being TRUE by default, but it was initialized to FALSE. To avoid breaking
+ existing code, the default value inside the GParamSpec (and inside the
+ documentation) has been changed to FALSE as well.
+
+• The preferred way to draw inside a ClutterCairoTexture is connecting to
+ its ::draw signal, and calling the invalidate() method. The old pattern
+ of creating the Cairo context using the create() method is deprecated but
+ still working as intended.
+
+• ClutterScore has been deprecated; the preferred way to chain up multiple
+ animations is to use the ClutterAnimator or ClutterState classes.
+
Release Notes for Clutter 1.6
-------------------------------------------------------------------------------