Release Clutter 1.9.8 (snapshot)
This commit is contained in:
parent
18ec12a3b7
commit
7179bd44c8
24
NEWS
24
NEWS
@ -1,3 +1,27 @@
|
|||||||
|
Clutter 1.9.8 2012-01-24
|
||||||
|
===============================================================================
|
||||||
|
|
||||||
|
• List of changes since Clutter 1.9.6
|
||||||
|
|
||||||
|
- Fix regressions in users of deprecated API
|
||||||
|
Also, allow to mix the new Actor API with the old Container API without
|
||||||
|
breaking.
|
||||||
|
|
||||||
|
- Add GResource support in ClutterScript
|
||||||
|
GResource is a new infrastructure in GIO that allows to compile resources
|
||||||
|
like UI builder files and image data into a shared library or an
|
||||||
|
executable. A newly added method to ClutterScript makes it possible to
|
||||||
|
load a UI definition from a resource, like it's done for files and
|
||||||
|
data.
|
||||||
|
|
||||||
|
- Update the Wayland client backend
|
||||||
|
The SHM transport API has changed upstream, and the Clutter backend has
|
||||||
|
been updated to reflect it.
|
||||||
|
|
||||||
|
Many thanks to:
|
||||||
|
|
||||||
|
Rob Bradford, Fran Diéguez
|
||||||
|
|
||||||
Clutter 1.9.6 2012-01-19
|
Clutter 1.9.6 2012-01-19
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
# - 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], [9])
|
m4_define([clutter_minor_version], [9])
|
||||||
m4_define([clutter_micro_version], [7])
|
m4_define([clutter_micro_version], [8])
|
||||||
|
|
||||||
# • for stable releases: increase the interface age by 1 for each release;
|
# • for stable releases: increase the interface age by 1 for each release;
|
||||||
# if the API changes, set to 0. interface_age and binary_age are used to
|
# if the API changes, set to 0. interface_age and binary_age are used to
|
||||||
|
Loading…
Reference in New Issue
Block a user