Release 1.4.0 (stable)
This commit is contained in:
parent
34407c14b0
commit
1f3f718a50
33
NEWS
33
NEWS
@ -1,3 +1,36 @@
|
||||
Clutter 1.4.0 (24/09/2010)
|
||||
===============================================================================
|
||||
|
||||
• List of changes since Clutter 1.3.14
|
||||
|
||||
» Add support for describing ClutterState states using ClutterAnimators
|
||||
in ClutterScript.
|
||||
|
||||
» Build fixes
|
||||
|
||||
» Include ClutterConstraints into the allocation phase, to avoid layout
|
||||
cycles and improve the performance.
|
||||
|
||||
» Add new recipes to the Cookbook to illustrate constraints-based
|
||||
layouts.
|
||||
|
||||
» Fix the request mode of ClutterBoxLayout.
|
||||
|
||||
» Fix the handling of transformations in ClutterOffscreenEffect.
|
||||
|
||||
» Documentation and introspection fixes.
|
||||
|
||||
Many thanks to:
|
||||
|
||||
Elliot Smith
|
||||
Robert Bragg
|
||||
Neil Roberts
|
||||
Bastian Winkler
|
||||
Dominique Leuenberger
|
||||
Frederik Hahne
|
||||
Jammy Zhou
|
||||
Øyvind Kolås
|
||||
|
||||
Clutter 1.3.14 (15/09/2010)
|
||||
===============================================================================
|
||||
|
||||
|
@ -11,8 +11,8 @@
|
||||
# - increase clutter_micro_version to the next odd number
|
||||
# - 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], [15])
|
||||
m4_define([clutter_minor_version], [4])
|
||||
m4_define([clutter_micro_version], [0])
|
||||
|
||||
m4_define([clutter_release_status],
|
||||
[m4_if(m4_eval(clutter_micro_version % 2), [1], [git],
|
||||
|
Loading…
Reference in New Issue
Block a user