summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2012-01-19 13:42:37 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2012-01-19 13:44:38 +0000
commit75d97ffdc509058915e2eee5c1480d83e6ee7776 (patch)
tree5a713112a87196ad7dd39988c194eb3b420fd142 /NEWS
parenta222e75e332685e458d027a3ac4b1aa8bd763269 (diff)
downloadclutter-75d97ffdc509058915e2eee5c1480d83e6ee7776.tar.gz
Release Clutter 1.9.6 (snapshot)1.9.6
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS35
1 files changed, 35 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5d4911ab2..5a987a073 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+Clutter 1.9.6 2012-01-19
+===============================================================================
+
+ • List of changes since Clutter 1.9.4
+
+ - Deprecate clutter_actor_show_all() and clutter_actor_hide_all()
+ The latter never did make a lot of sense: hiding the parent will
+ effectively hide the children as well; the former was there only for
+ convenience, but Actors are visible by default.
+
+ - Gracefully handle existing code
+ The changes in ClutterActor introduced regressions in existing code
+ because of the new functionaly that was introduced to replace deprecated
+ classes like Box and Group. These regressions have hopefully been fixed;
+ Clutter 1.9.6 has been tested with a project as complex as the GNOME
+ Shell.
+
+ - Fix build with binutils-gold
+ The private dependencies were not used when building Clutter, and this
+ made the Gold linker angry.
+
+ - Allow tracking of an actor's first and last child
+ ClutterActor has two new properties, :first-child and :last-child; these
+ are read-only properties that can be used by toolkits based on Clutter
+ to track the first and last child whenever they change.
+
+ - Bump the Cogl dependency
+ The 1.9.4 release depended on Cogl ≥ 1.9.4, but the minimum required
+ version was not bumped along with the changes.
+
+ • List of bugs fixed since Clutter 1.9.4
+
+ [bugzilla.gnome.org]
+ #668137 - FTBFS: pangoft2 check seems to be broken
+
Clutter 1.9.4 2012-01-17
===============================================================================