summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2012-01-24 15:20:35 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2012-01-24 15:20:35 +0000
commit7179bd44c869ffce17b6a135735dbaec5f5c4411 (patch)
tree8bf87d4328a277f9a5f78c3f7cda951767d3ccc1 /NEWS
parent18ec12a3b7d7a764c569c37aa280694f76403b41 (diff)
downloadclutter-7179bd44c869ffce17b6a135735dbaec5f5c4411.tar.gz
Release Clutter 1.9.8 (snapshot)1.9.8
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5a987a073..a12aac424 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Clutter 1.9.8 2012-01-24
+===============================================================================
+
+ • List of changes since Clutter 1.9.6
+
+ - Fix regressions in users of deprecated API
+ Also, allow to mix the new Actor API with the old Container API without
+ breaking.
+
+ - Add GResource support in ClutterScript
+ GResource is a new infrastructure in GIO that allows to compile resources
+ like UI builder files and image data into a shared library or an
+ executable. A newly added method to ClutterScript makes it possible to
+ load a UI definition from a resource, like it's done for files and
+ data.
+
+ - Update the Wayland client backend
+ The SHM transport API has changed upstream, and the Clutter backend has
+ been updated to reflect it.
+
+Many thanks to:
+
+ Rob Bradford, Fran Diéguez
+
Clutter 1.9.6 2012-01-19
===============================================================================