From 8e3d9c21c643091bd537a2674eeaa86255167cc9 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 11 Jan 2011 11:49:11 +0000 Subject: [PATCH] Update NEWS file --- NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/NEWS b/NEWS index 8993ee655..44f8796f1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,49 @@ +Clutter 1.5.12 2011-01-11 +=============================================================================== + + • List of changes since Clutter 1.5.10 + + » Allow disabling the focus when showing a ClutterStage; this also + makes Clutter more compliant to the X11 window manager + specifications. + + » Avoid state corruption in relayout cycles. + + » Do not crash when destroying actors during CLUTTER_LEAVE events. + + » Remove signal handlers when disposing constraints. + + » Keep the pixel alignment for ClutterAlignConstraint. + + » Do not release compiled ClutterShader during their finalization to + avoid a warning. + + » Revert an ABI break on the ClutterContainer pre-requisites. + + » Fix the name of the cogl_normal_in attribute. + + » Do not assume CoglBitmaps are allocated to height * rowstride. + + » Fix the core device list creation on X11. + + » Avoid enabling blending in the Cogl journal, if possible. + + » Documentation fixes. + + » Build fixes for mixed autotools version environment. + + » Improve the performance of getting the number of rows of a + ClutterListModel. + + » Don't use obsolete API internally. + + » Build fix for compiling EGL backend with OpenGL under X11. + +Many thanks to: + + Neil Roberts, Johan Bilien, nobled, Adel Gadllah, Damien Lespiau, + Kristian Høgsberg, Nguyễn Thái Ngọc Duy, Tomeu Vizoso + Clutter 1.5.10 2010-12-17 ===============================================================================