Release 1.3.10

This commit is contained in:
Emmanuele Bassi 2010-08-04 12:38:53 +01:00
parent 8668a019a0
commit 177d8e52d3
2 changed files with 47 additions and 1 deletions

46
NEWS
View File

@ -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)
===============================================================================

View File

@ -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],