Release Clutter 1.17.4 (snapshot)
This commit is contained in:
parent
5b3a1f75ca
commit
7fe74f58cb
36
NEWS
36
NEWS
@ -1,3 +1,39 @@
|
|||||||
|
Clutter 1.17.4 2014-02-19
|
||||||
|
===============================================================================
|
||||||
|
|
||||||
|
• List of changes since Clutter 1.17.2
|
||||||
|
|
||||||
|
- Add per-gesture thresholds
|
||||||
|
It is possible to give horizontal and vertical thresholds to each
|
||||||
|
ClutterGestureAction instance; if unset, the default is to use the
|
||||||
|
dnd threshold from ClutterSettings.
|
||||||
|
|
||||||
|
- Allow negative factors in ClutterActor scale properties
|
||||||
|
The functions already accepted these values, but the properties did not.
|
||||||
|
|
||||||
|
- Depend on Cogl 1.17.3
|
||||||
|
|
||||||
|
- Translation updates
|
||||||
|
Spanish, Hebrew, Czech, Brazilian Portuguese, Traditional Chinese (Hong
|
||||||
|
Kong and Taiwan), Serbian, Galician, Indonesian, Italian, Aragonese,
|
||||||
|
Norwegian bokmål, Ukranian.
|
||||||
|
|
||||||
|
• List of bugs fixed since Clutter 1.17.2
|
||||||
|
|
||||||
|
#711540 - Fix bad logic in checks
|
||||||
|
#662818 - Fix documentation of 'hsla()' parsing
|
||||||
|
#710232 - Mention that ClutterTransition is abstract in the documentation
|
||||||
|
#706311 - Extend :scale-[xyz] factors in the negative range
|
||||||
|
#724242 - Add per-action thresholds
|
||||||
|
|
||||||
|
Many thanks to:
|
||||||
|
|
||||||
|
Bastien Nocera, Daniel Mustieles, Kjartan Maraas, Milo Casagrande, Adel
|
||||||
|
Gadllah, Andika Triwidada, Chao-Hsiung Liao, Daniel Korostil, Fran Diéguez,
|
||||||
|
Jorge Pérez Pérez, Marek Černocký, Rafael Ferreira, Yosef Or Boczko,
|
||||||
|
Мирослав Николић
|
||||||
|
|
||||||
|
|
||||||
Clutter 1.17.2 2014-01-22
|
Clutter 1.17.2 2014-01-22
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
|
@ -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], [17])
|
m4_define([clutter_minor_version], [17])
|
||||||
m4_define([clutter_micro_version], [3])
|
m4_define([clutter_micro_version], [4])
|
||||||
|
|
||||||
# • 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