From 177d8e52d3823cd0af8fd0b7ab9bb4a7d67c27a8 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 4 Aug 2010 12:38:53 +0100 Subject: [PATCH] Release 1.3.10 --- NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cd997f6..1c4f7ab 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,49 @@ +Clutter 1.3.10 (04/08/2010) +=============================================================================== + + • List of changes since Clutter 1.3.8 + + » Fix a locale-dependent conversion from double to string when + generating ARBfp programs for the materials. + + » Use the XKB extension on X11 platforms to convert between hardware + keys to key symbols. + + » Documentation fixes in the API reference. + + » More recipes, with videos and full examples, in the Cookbook. + + » Add localization support and initial translations of error messages + that might be visualized in a user interface. + + » Improve debugging output. + + » Fix build of the GLX backend on OSX. + + » Multiple fixes to the native OSX backend. + + » Add support for 3D textures in Cogl. + + » Fix shader-related issues and leaks in the new Material code. + + » Unify GLSL support in the GL and GLES 2.0 drivers. + + » Allow specifying an hint to disable clearing the stage before each + paint cycle. + +Many thanks to: + + Neil Roberts + Roman Kudiyarov + Elliot Smith + Robert Bragg + Chris Kühl + Chris Leick + Nate Stedman + happyaron + raven + Øyvind Kolås + Clutter 1.3.8 (12/07/2010) =============================================================================== diff --git a/configure.ac b/configure.ac index a84c268..5c69da4 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], [9]) +m4_define([clutter_micro_version], [10]) m4_define([clutter_release_status], [m4_if(m4_eval(clutter_micro_version % 2), [1], [git], -- 2.7.4