summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2011-10-16 18:48:33 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2011-10-16 18:48:33 +0100
commit6ba5902097b33823a4e945e2f681e068e4e6443d (patch)
tree3d8e2c6681ea37f3a00805e28bbb7e4fbb6f8e25
parentc5b363ac30d7e1222de8b20a0a1759929052d678 (diff)
downloadclutter-6ba5902097b33823a4e945e2f681e068e4e6443d.tar.gz
Update NEWS file
-rw-r--r--NEWS46
1 files changed, 46 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d3df59283..8b9d4968c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,49 @@
+Clutter 1.8.2 2011-10-17
+===============================================================================
+
+ • List of changes since Clutter 1.8.0
+
+ - Plug memory leaks in ClutterBoxLayout
+ The list of children retrieved from the container was not being freed
+ in each size negotiation cycle.
+
+ - Fix the handling of out-of-stage actors in OffscreenEffect
+ The expansion of the viewport needed for out-of-stage actors when
+ computing the size and position of the offscreen buffer was failing
+ with nested effects.
+
+ - Do not complete a PaintVolume multiple times
+ A missing guard was causing the lazily computed vertices of the cube
+ to be trampled over; this caused visual artefacts as the stage-relative
+ bounding box became unstable, leading to the wrong clip region to be
+ used when painting.
+
+ - Update the MingW cross-compilation script
+
+ - Updated translations
+ Danish, Brazilian, Serbian, Punjabi, Telugu, Assamese, German, Oriya,
+ Esperanto, Tamil, Portuguese, Ukrainian, Traditional Chinese (Hong
+ Kong and Taiwan), Catalan, French.
+
+ • List of bugs fixed since Clutter 1.8.0
+
+ [bugzilla.gnome.org]
+
+ #659625 - mingw32: Update the build script to compile 1.8.0
+ #659893 - clutter-main: Reword translator comment for default:LTR
+ #659601 - offscreen effects on children of containers also with an
+ offscreen effect get a wrong viewport
+ #660985 - memory leak in clutter_box_layout.c
+ #661022 - Mark clutter_state_set_key() source_state_name as nullable
+
+Many thanks to:
+
+ Bruno Brouard, Neil Roberts, Carles Ferrando, Chao-Hsiung Liao,
+ Colin Walters, Damien Lespiau, Daniel Korostil, Duarte Loreto,
+ I Felix, Kristjan SCHMIDT, Manoj Kumar Giri, Marc-André Lureau,
+ Mario Blättermann, Nilamdyuti Goswami, Sunjin Yang, krishnababu k,
+ A S Alam, Мирослав Николић, Adorilson Bezerra, Ask H. Larsen.
+
Clutter 1.8.0 2011-09-19
===============================================================================