diff options
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 24 insertions, 1 deletions
@@ -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 =============================================================================== diff --git a/configure.ac b/configure.ac index eda357c3c..f468100af 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ # - increase clutter_interface_version to the next odd number m4_define([clutter_major_version], [1]) 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; # if the API changes, set to 0. interface_age and binary_age are used to |