From e1320b559d1ff8ccb5aa9a5f0e36ac019cab2d69 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 12 Jul 2010 21:31:15 +0100 Subject: [PATCH] Release 1.3.8 --- NEWS | 42 +++++++++++++++++++++++++++++++++++++++++- configure.ac | 2 +- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bb4d58113..cd997f68a 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,47 @@ +Clutter 1.3.8 (12/07/2010) +=============================================================================== + + • List of changes since Clutter 1.3.6 + + » Merge Cally, the Clutter Accessibility Library, in the Clutter tree. + + » Take into consideration the source actor's position in the + AlignConstraint logic. + + » Update the internal COGL tesselator with the latest GLU code. + + » Fix CoglTexture data readback. + + » Use GL_MAX_TEXTURE_SIZE on GLES when checking the supported texture size. + + » Add missing public functions from COGL headers. + + » Fix GLES build after the Cogl material changes. + + » Rename the experimental CoglPixelBuffer API to CoglPixelArray. + + » Split the clutter_state_change() method into two: + clutter_state_set_state(), for animated state changes; and + clutter_state_warp_to_state() for immediate state changes. + + » Documentation and introspection fixes. + + » Build fixes + +Many thanks to: + + Robert Bragg + Neil Roberts + Elliot Smith + Alejandro Piñeiro + Øyvind Kolås + Damien Lespiau + Alexandros Frantzis + Clutter 1.3.6 (30/06/2010) =============================================================================== - • List of changes since Clutter 1.34. + • List of changes since Clutter 1.3.4 » Provide a fallback on GLX if the MESA_copy_sub_buffer extension is not available, by using EXT_framebuffer_blit. Both mechanisms are also diff --git a/configure.ac b/configure.ac index de2d19edd..8486488b1 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], [3]) -m4_define([clutter_micro_version], [7]) +m4_define([clutter_micro_version], [8]) m4_define([clutter_release_status], [m4_if(m4_eval(clutter_micro_version % 2), [1], [git],