[clutter/clutter-1.16] Release Clutter 1.15.90



commit ee6be96a3b3b69e9f3e7cc4f5390fbc2b22c3732
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Aug 20 00:04:56 2013 +0100

    Release Clutter 1.15.90

 NEWS         |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 53 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3894511..e085057 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,55 @@
+Clutter 1.15.90                                                      2013-08-19
+===============================================================================
+
+  • List of changes since Clutter 1.15.2
+
+    - Update the Wayland backend
+    Use the new 1.2 behaviour and API, and improve the coverage of windowing
+    system features, alongside a slew of bugs.
+
+    - Drop support for XInput 1.x
+    The XInput 1.x extension was never really used after the introduction of
+    the 2.x version.
+
+    - Fix event and device handling when using evdev
+
+    - Allow using ClutterContent on a ClutterStage
+
+    - Fixes for the Windows backend
+    The build script has also been updated with the required dependencies.
+
+    - Documentation fixes
+
+    - Translations updated
+
+  • List of bugs fixed since Clutter 1.15.2
+
+    #703809 - Some LayoutManager fixes
+    #704625 - Cannot assign a ClutterContent to a stage
+    #698836 - Add interactive test for ClutterZoomAction/ClutterRotateAction
+    #705739 - Crash when removing a ClutterActor from a scene at the end of
+              an animation
+    #705710 - evdev: fix X11 to evdev keycode translation
+    #704269 - evdev: add a way for applications to tweak how devices are
+              opened
+    #704457 - Setting the size of the stage causes it to not be shown on
+              wayland
+    #699578 - Implement foreign surface support for stages
+    #704279 - wayland: Add API for disabling the event dispatching
+    #703336 - clutter-actor: Make clutter_actor_has_mapped_clones public
+    #701356 - Update the windows backend to work with latest Cogl
+    #703969 - Select for events with XIAllMasterDevices under XI2
+    #703878 - wayland: Don't pass the shell and compositor down to Cogl
+    #703608 - Update ClutterWaylandSurface to use a resource instead of
+              wl_buffer
+    #703877 - Bump the required Cogl version to 1.15.1
+
+Many thanks to:
+
+  Giovanni Campagna, Neil Roberts, Florian Müllner, Jasper St. Pierre, Rob
+  Bradford, Matej Urbančič, Adel Gadllah, Chao-Hsiung Liao, Chris Cummins,
+  Chun-wei Fan, Lionel Landwerlin, Rafael Ferreira
+
 Clutter 1.15.2                                                       2013-07-10
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index 7ff3685..5fcc339 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], [15])
-m4_define([clutter_micro_version], [3])
+m4_define([clutter_micro_version], [90])
 
 # • 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]