Release Clutter 1.25.4

Desktop / GNOME / Clutter - Emmanuele Bassi [gnome.org] - 21 January 2016 10:06 UTC



###

diff --git a/NEWS b/NEWS
index 96f11d5..6461968 100644
--- a/NEWS
+++ b/NEWS
@@ -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 eda357c..f468100 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

0b7e288 Release Clutter 1.25.4
NEWS | 23 +++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 24 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share