diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2015-03-23 11:07:05 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2015-03-23 11:07:05 +0000 |
commit | 22f340a6c8d174ed83331cefe53bbee35af54a97 (patch) | |
tree | c0264c81ea1695c96913097b5ae964f03e1f03a9 | |
parent | 4f8643cea3cf867bfbaa43e5183c144ffdf19314 (diff) | |
download | clutter-22f340a6c8d174ed83331cefe53bbee35af54a97.tar.gz |
Release Clutter 1.22.0 (stable)1.22.0
-rw-r--r-- | NEWS | 27 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 29 insertions, 2 deletions
@@ -1,3 +1,30 @@ +Clutter 1.22.0 2015-03-23 +=============================================================================== + + • List of changes since Clutter 1.21.8 + + - Improve pointer tracking in the evdev input backend + Do not use the events after the queue processing, to avoid dropping events + due to compression. + + - Fix handling of multiple stages with the GDK backend + A regression introduced when the GDK backend implemented its own master + clock using GdkFrameClock prevented applications with multiple stages to + be updated properly. + + - Updated translations + Kazakh, Aragonese, Indonesian, Danish, Turkish. + + • List of bugs fixed since Clutter 1.21.8 + + #746575 - cally-actor: Don't assume X11 backend is used when supported + #746328 - evdev: Keep track of the pointer coordinate ourself + +Many thanks to: + + Muhammet Kara, Andika Triwidada, Ask H. Larsen, Baurzhan Muftakhidinov, + Daniel Martinez, Florian Müllner, Jonas Ådahl + Clutter 1.21.8 2015-03-15 =============================================================================== diff --git a/configure.ac b/configure.ac index 6cb98d5e8..4a9e27977 100644 --- a/configure.ac +++ b/configure.ac @@ -9,8 +9,8 @@ # - increase clutter_micro_version to the next odd number # - increase clutter_interface_version to the next odd number m4_define([clutter_major_version], [1]) -m4_define([clutter_minor_version], [21]) -m4_define([clutter_micro_version], [9]) +m4_define([clutter_minor_version], [22]) +m4_define([clutter_micro_version], [0]) # • 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 |