Update NEWS file
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 29 Nov 2010 11:19:16 +0000 (11:19 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 29 Nov 2010 11:19:16 +0000 (11:19 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ec4fb91..bd316d4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Clutter 1.5.8                                                        2010-xx-xx
+Clutter 1.5.8                                                        2010-11-29
 ===============================================================================
 
   • List of changes since Clutter 1.5.6
@@ -7,9 +7,37 @@ Clutter 1.5.8                                                        2010-xx-xx
 
     » Allow parsing rgb(), rgba(), hls() and hlsa() color definitions.
 
-Many thanks to:
+    » Performance improvements for the ClutterX11TexturePixmap.
+
+    » For caching purposes, do not discard the Material or the compiled
+      shaders for Offscreen and Shader effects.
+
+    » Fix image height in 3D Cogl textures.
+
+    » Create a GLSL generation backend for materials, similar to the
+      ARBfp one; this backend is the default for GLES2.
+
+    » Use FBOs and cogl_read_pixels() to efficiently read back partial
+      texture data.
+
+    » Various fixes in paint volumes computation and caching.
 
+    » Use the internal scene graph walk API to remove the map/unmap
+      implementation requirement for composite actors and for
+      containers with internal children.
+
+    » Simplify the backend notification of layer changes.
+
+    » Queue clipped redraws for Expose events on X11.
+
+    » Plug leaks.
+
+    » Include a porting guide from Behaviours.
+
+Many thanks to:
 
+  Neil Roberts, Robert Bragg, Owen W. Taylor, Tomeu Vizoso, Chris Lord,
+  Alexandre Quessy, Evan Nemerson
 
 Clutter 1.5.6                                                        2010-11-19
 ===============================================================================