mirror of
https://github.com/brl/mutter.git
synced 2025-02-15 04:44:11 +00:00
Release Clutter 1.16.0
This commit is contained in:
parent
fb8eacfb02
commit
eae876c44e
18
NEWS
18
NEWS
@ -1,3 +1,21 @@
|
|||||||
|
Clutter 1.16.0 2013-09-23
|
||||||
|
===============================================================================
|
||||||
|
|
||||||
|
• List of changes since Clutter 1.15.96
|
||||||
|
|
||||||
|
- Fix a division by zero in the X11 backend
|
||||||
|
|
||||||
|
- Translation updates
|
||||||
|
Portuguese, Danish
|
||||||
|
|
||||||
|
• List of bugs fixed since Clutter 1.15.96
|
||||||
|
|
||||||
|
#707033 - Hidden division by zero in examples/basic-actor.c
|
||||||
|
|
||||||
|
Many thanks to:
|
||||||
|
|
||||||
|
Duarte Loreto, Kenneth Nielsen.
|
||||||
|
|
||||||
Clutter 1.15.96 2013-09-20
|
Clutter 1.15.96 2013-09-20
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
|
@ -9,8 +9,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], [15])
|
m4_define([clutter_minor_version], [16])
|
||||||
m4_define([clutter_micro_version], [97])
|
m4_define([clutter_micro_version], [0])
|
||||||
|
|
||||||
# • 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…
x
Reference in New Issue
Block a user