mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
Release 1.3.10
This commit is contained in:
parent
8668a019a0
commit
177d8e52d3
46
NEWS
46
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)
|
||||
===============================================================================
|
||||
|
||||
|
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user