[clutter/clutter-1.22] Release Clutter 1.22.4



commit a34b939a571a29d7cf0c13ce3fa92a52983b0881
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Jun 30 11:24:03 2015 +0100

    Release Clutter 1.22.4

 NEWS         |   19 +++++++++++++++++++
 README.in    |    4 ++++
 configure.ac |    2 +-
 3 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1b54d73..d96a43f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Clutter 1.22.4                                                       2015-06-30
+===============================================================================
+
+  • List of changes since Clutter 1.22.2
+
+    - Fixes in the input handling of the X11 and GDK backends
+
+  • List of bugs fixed since Clutter 1.22.2
+
+    #750496 - Touch events not correctly propagated through gdk backend
+    #747489 - No access to the Visual used to build the CoglOnscreen
+    #749739 - prepare ClutterSwipeAction for multi-finger swipes
+    #749482 - x11: Fix touchpad detection
+    #751472 - Don't create libinput properties
+
+Many thanks to:
+
+  Carlos Garnacho, Kalev Lember, Peter Hutterer, Rui Matos
+
 Clutter 1.22.2                                                       2015-05-12
 ===============================================================================
 
diff --git a/README.in b/README.in
index f3ee945..f067c20 100644
--- a/README.in
+++ b/README.in
@@ -306,6 +306,10 @@ Release Notes for Clutter 1.22
   values of ClutterRequestMode should already be resilient to changes to this
   enumerations, like for all enumerations in Clutter.
 
+• A new function for the GDK backend has been added to the public symbols;
+  this function is needed to ensure that Clutter works when embedded inside
+  GTK on systems using the nVidia Linux proprietary binary driver.
+
 Release Notes for Clutter 1.20
 -------------------------------------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 5b590ed..1ef7e31 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], [22])
-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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]