Release Clutter 1.3.12 (developers snapshot)

This commit is contained in:
Emmanuele Bassi 2010-08-16 13:23:43 +01:00
parent fd6d6a93f1
commit e75e6e0c97
2 changed files with 41 additions and 1 deletions

40
NEWS
View File

@ -1,3 +1,43 @@
Clutter 1.3.12 (16/08/2010)
===============================================================================
• List of changes since Clutter 1.3.10
» New recipes in the Cookbook:
- create and animate sub-textures
- layout managers
- scroll events
» Set the ClutterTexture:filename property to also be readable.
» Avoid layout cycles when creating ClutterLayoutMeta objects
during the ::allocate implementation
» Add a ClutterTableLayout, a layout manager for tabular layouts.
» Capture ENTER and LEAVE events on the stage within the DragAction.
» Plug memory leaks.
» Use g_object_notify_by_pspec(), if available, to speed up the
emission of the ::notify signal on property changes.
» Re-use the Cogl texture atlas for the CoglPango glyphs cache,
and improve the performance with large font sizes.
» Various fixes in the Materials comparison and inheritance.
» Add the ability to associate a user program to a material.
Many thanks to:
Neil Roberts
Elliot Smith
Robert Bragg
Damien Lespiau
José Dapena Paz
Owen W. Taylor
Clutter 1.3.10 (04/08/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], [11])
m4_define([clutter_micro_version], [12])
m4_define([clutter_release_status],
[m4_if(m4_eval(clutter_micro_version % 2), [1], [git],