diff --git a/NEWS b/NEWS index cd997f68a..1c4f7ab72 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 a84c268a8..5c69da400 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],