From: Neil Roberts Date: Mon, 18 Jan 2010 15:44:58 +0000 (+0000) Subject: Release Clutter 1.1.6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07ff8d26f8097a00757e6e3cfcd587bce188ae0d;p=profile%2Fivi%2Fclutter.git Release Clutter 1.1.6 --- diff --git a/NEWS b/NEWS index 5b2961e..db795a8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,52 @@ +Clutter 1.1.6 (18/01/2010) +=============================================================================== + + * List of changes since Clutter 1.1.4 + + o Some fixes for the Win32 backend (bug #1905). + + o Profiling support via the UProf library. Configure with + --enable-profile to get a report after each Clutter application is + run. + + o Improved conformance tests with coverage reports via gcov. + + o ClutterTexture no longer tries to read back texture data into + g_malloc'd memory on unrealize (bug #1842). + + o The CGL_* defines from cogl-defines.h have been removed. These + should not have been used by any applications, but if they were + being used then please replace them either with the Cogl enums or + with the appropriate GL_* enum if you are using GL directly. + + o Added a delete-event signal to the stage. + + o Fix for using cogl_rectangle with different texture coordinates + for multiple layers (bug #1937). + + o Fix for using stencil and depth buffers in FBOs on Intel drivers + in Mesa (bug #1873). + + o Support for subtitles in ClutterMedia. + + o ClutterGLX will now use an RGB visual by default. For + applications (and toolkit integration libraries) that want to + enable the ClutterStage:use-alpha property there is a new + function: clutter_x11_set_use_argb_visual(). + + o Fix ClutterText to allow using Pango markup and attributes in + the same actor (bug #1940). + +Many thanks to: + + Alejandro Piñeiro + Damien Lespiau + Emmanuele Bassi + Gord Allot + Halton Huo + Robert Bragg + Samuel Degrande + Clutter 1.1.4 (03/01/2010) =============================================================================== diff --git a/configure.ac b/configure.ac index 73216d9..5a984d6 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ # - increase clutter_interface_version to the next odd number m4_define([clutter_major_version], [1]) m4_define([clutter_minor_version], [1]) -m4_define([clutter_micro_version], [5]) +m4_define([clutter_micro_version], [6]) m4_define([clutter_release_status], [m4_if(m4_eval(clutter_micro_version % 2), [1], [git],