summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2014-07-24 00:12:47 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2014-07-24 00:12:47 +0100
commit1e07fd7d7fb0eb648ff407b193ac9df1725d360c (patch)
tree90fa269f5c595af9fc28627f75ac642224a0984f
parentd33d2d1f472c82866a90179f89468ceb9e72eff1 (diff)
downloadclutter-1.19.6.tar.gz
Release Clutter 1.19.6 (snapshot)1.19.6
-rw-r--r--NEWS30
-rw-r--r--README.in9
-rw-r--r--configure.ac2
3 files changed, 40 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 068a351ad..28b9299fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Clutter 1.19.6 2014-07-24
+===============================================================================
+
+ • List of changes since Clutter 1.19.4
+
+ - Add a signal for the end of the frame on ClutterStage
+ The ::after-paint signal is useful to execute custom code after all the
+ painting on a specific ClutterStage has been performend, but before the
+ frame contents have been presented on the screen.
+
+ - Improvements in the reliability of the evdev input backend
+
+ - Improvements in the GestureAction implementation
+
+ • List of bugs fixed since Clutter 1.19.4
+
+ #732342 - ClutterStage: Add an ::after-paint signal
+ #732907 - Allow for calling clutter_gesture_action_cancel() within the
+ ::gesture-end handler
+ #733062 - Evdev: set button state in input devices
+ #733300 - ClutterAnimation: fix memory leak
+ #733561 - Make a GType for ClutterEventSequence
+ #733562 - evdev: update xkb_state when resuming input
+ #733560 - Touch events trigger enter events on press, but no leave events
+ on release
+
+Many thanks to:
+
+ Carlos Garnacho, Giovanni Campagna, Owen W. Taylor
+
Clutter 1.19.4 2014-06-25
===============================================================================
diff --git a/README.in b/README.in
index 30ef47430..70938abc0 100644
--- a/README.in
+++ b/README.in
@@ -303,6 +303,15 @@ Relevant information for developers with existing Clutter applications
wanting to port to newer releases (see NEWS for general information on new
features).
+Release Notes for Clutter 1.20
+-------------------------------------------------------------------------------
+
+• The clutter_stage_set_paint_callback() experimental function has been
+ removed from the Clutter ABI; it has been replaced by the ::after-paint
+ signal on the ClutterStage class. The set_paint_callback() method was
+ marked as "experimental", required a special definition to be usable, and
+ no guarantees were made on its continued existence.
+
Release Notes for Clutter 1.18
-------------------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 3b80e6b8d..f56f78480 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], [5])
+m4_define([clutter_micro_version], [6])
# • 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