Release Clutter 1.25.4

This commit is contained in:
Emmanuele Bassi 2016-01-21 16:06:08 +00:00
parent e1b9482600
commit 0b7e2886f3
2 changed files with 24 additions and 1 deletions

23
NEWS
View File

@ -1,3 +1,26 @@
Clutter 1.25.4 2016-01-21
===============================================================================
• List of changes since Clutter 1.25.2
- Add more scrolling information inside ClutterScrollEvent
This allows to receive the type of device that generate the scroll event,
as well as the notification that a scroll motion finished; we can use this
information to implement kinetic scrolling. Currently, only libinput
provides us with these fields.
- Translation updates
Spanish, Lithuanian, Czech, German, Hebrew, Brazilian Portuguese
• List of bugs fixed since Clutter 1.25.2
#757026 - Add scroll source / axis stop information to scroll events
Many thanks to:
Aurimas Černius, Carlos Garnacho, Daniel Mustieles, Marek Černocký,
Mario Blättermann, Rafael Fontenelle, Yosef Or Boczko
Clutter 1.25.2 2015-12-17 Clutter 1.25.2 2015-12-17
=============================================================================== ===============================================================================

View File

@ -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], [25]) m4_define([clutter_minor_version], [25])
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