Release 1.4.0 (stable)

This commit is contained in:
Emmanuele Bassi 2010-09-24 15:07:17 +01:00
parent 34407c14b0
commit 1f3f718a50
2 changed files with 35 additions and 2 deletions

33
NEWS
View File

@ -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) Clutter 1.3.14 (15/09/2010)
=============================================================================== ===============================================================================

View File

@ -11,8 +11,8 @@
# - increase clutter_micro_version to the next odd number # - increase clutter_micro_version to the next odd number
# - increase clutter_interface_version to the next odd number # - increase clutter_interface_version to the next odd number
m4_define([clutter_major_version], [1]) m4_define([clutter_major_version], [1])
m4_define([clutter_minor_version], [3]) m4_define([clutter_minor_version], [4])
m4_define([clutter_micro_version], [15]) m4_define([clutter_micro_version], [0])
m4_define([clutter_release_status], m4_define([clutter_release_status],
[m4_if(m4_eval(clutter_micro_version % 2), [1], [git], [m4_if(m4_eval(clutter_micro_version % 2), [1], [git],