diff --git a/NEWS b/NEWS index 96b05ec78..e7484d9aa 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Clutter 1.19.2 2014-05-28 +=============================================================================== + + • List of changes since Clutter 1.18 + + - Improve event handling on evdev input backend + Clutter now allows writing applications and compositors that can respond + to eventts from touch devices, as well as reporting correct smooth + scrolling deltas. + + • List of bugs fixed since Clutter 1.18 + + #723560 - wayland: Generate better smooth scroll deltas + #730577 - Do not compress touch events so eagerly + #728968 - evdev: Implement touch support + #728967 - evdev: Add libinput-specific helpers + #730215 - Add a way to pause the ClutterMasterClock + +Many thanks to: + + Carlos Garnacho, Jasper St. Pierre, Jonas Ådahl. + Clutter 1.18.2 2014-04-14 =============================================================================== diff --git a/configure.ac b/configure.ac index c4f06bf98..663eee0bd 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], [19]) -m4_define([clutter_micro_version], [1]) +m4_define([clutter_micro_version], [2]) # • 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