[clutter/clutter-1.20] Release Clutter 1.19.10



commit db6938077346b635341d481636e10b7c87148cd6
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Sep 17 15:02:30 2014 +0100

    Release Clutter 1.19.10

 NEWS         |   38 ++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 39 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 93cc75c..eb4b73e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Clutter 1.19.10                                                      2014-09-17
+===============================================================================
+
+  • List of changes since Clutter 1.19.8
+
+    - Honour the desktop window scaling factor in the GDK backend
+    The GDK backend will become the default backend in the next cycle, so we
+    need to improve its functionality out of the box.
+
+    - Ensure accessibility support is correctly initialized
+    We need to make sure that the accessibility implementation that Clutter
+    relies on is initialized the way we expect it to.
+
+    - Improve default paint volume computation
+    We should reduce the cases that lead to an invalid paint volume.
+
+    - Improve input handling on Wayland and X11
+
+    - Translations updates
+    Hebrew
+
+  • List of bugs fixed since Clutter 1.19.8
+
+    #736682 - clutter-actor: Don't ask children that have no allocation for
+              a paint volume
+    #736413 - USB mouse doesn't register slow movements to the right or down
+              in Gnome on Wayland
+    #734480 - Handle CLUTTER_SCALE envvar
+    #734115 - Deprecated property crashes /actor/transforms/anchor-point
+    #735388 - xi2 device manager gets a "0" client pointer if queried very
+              early in app lifetime
+    #735244 - shell forgets the DPI of screen sometimes
+
+Many thanks to:
+
+  Bastien Nocera, Adel Gadllah, Alejandro Piñeiro, Carlos Garnacho, Jonas
+  Ådahl, Yosef Or Boczko
+
 Clutter 1.19.8                                                       2014-08-21
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index 5c0d47f..72c0579 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], [9])
+m4_define([clutter_micro_version], [10])
 
 # • 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]