From b91c1ec21c80e99949a19865be2c44c53063d09e Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 9 Dec 2010 16:05:55 +0000 Subject: [PATCH] docs: Update NEWS --- NEWS | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/NEWS b/NEWS index 27f3c6b6d..88a7d82b4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +Clutter 1.5.10 +=============================================================================== + + • List of changes since Clutter 1.5.8 + + » Add an evdev input backend; this adds support for input devices + on Linux when using the EGL-based backends. + + » Update the build scripts for compiling the Windows backend. + + » Updates for the Cookbook and the API references. + + » Fix ClutterModel::get_iter_at_pos() for filtered ClutterListModels. + + » Add code that tries to perform manual clipping to avoid breaking + up batches of primitives. + + » Keep a cache of ARBfp programs indexed by the pipeline state that + led to their generation. + + » Accept G_TYPE_DOUBLE values in ClutterShaderEffect uniforms. + + » Update the Wayland client backend. + +Many thanks to: + + Clutter 1.5.8 2010-11-29 ===============================================================================