Release Clutter 1.7.10 (snapshot)
This commit is contained in:
parent
abcc7c62ec
commit
d80fef4c71
24
NEWS
24
NEWS
@ -1,3 +1,27 @@
|
||||
Clutter 1.7.10 2011-08-15
|
||||
===============================================================================
|
||||
|
||||
• List of changes since Clutter 1.7.8
|
||||
|
||||
- Do not update the last paint volume when picking
|
||||
Last minute fix for an issue that was most prominently manifesting itself
|
||||
when using GNOME Shell with Clutter 1.7; this should resolve the issue
|
||||
that dragging icons from the dash left around some stale pixels.
|
||||
|
||||
- Fix building the tests
|
||||
The performance and micro-benchmark tests did not pick up changes in
|
||||
local dependencies, e.g. under a JHBuild root.
|
||||
|
||||
• List of bugs fixed since Clutter 1.7.8
|
||||
|
||||
[bugzilla.gnome.org]
|
||||
|
||||
#656588 - Outdated FSF Address in code files
|
||||
|
||||
Many thanks to:
|
||||
|
||||
Alejandro Piñeiro, Robert Bragg
|
||||
|
||||
Clutter 1.7.8 2011-08-15
|
||||
===============================================================================
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
# - increase clutter_interface_version to the next odd number
|
||||
m4_define([clutter_major_version], [1])
|
||||
m4_define([clutter_minor_version], [7])
|
||||
m4_define([clutter_micro_version], [9])
|
||||
m4_define([clutter_micro_version], [10])
|
||||
|
||||
# • 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user