[clutter/clutter-1.22] Release Clutter 1.21.2
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.22] Release Clutter 1.21.2
- Date: Tue, 16 Dec 2014 00:34:33 +0000 (UTC)
commit 5514f1cf4289d2d85463e44de6dade86af21d129
Author: Emmanuele Bassi <ebassi gnome org>
Date: Mon Dec 15 23:50:58 2014 +0000
Release Clutter 1.21.2
NEWS | 37 +++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 38 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f74e33e..f3a8490 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+Clutter 1.21.2 2014-12-15
+===============================================================================
+
+ • List of changes since Clutter 1.20.0
+
+ - Improve input device handling
+ Both on the evdev input backend, and the XInput2 backend for X11.
+
+ - Allow content implementations to drive actors preferred size
+ If a ClutterActor is only used to paint a ClutterContent implementation,
+ it should be possible to allow the actor to have the same preferred size
+ of its content. We use a ClutterRequestMode to specify this behaviour.
+
+ - Documentation fixes
+
+ • List of bugs fixed since Clutter 1.20.0
+
+ #738520 - evdev: Flush event queue before removing device(s)
+ #739050 - Fix some weird graphical glitches in RTL
+ #741350 - Improve touchpad detection on libinput
+ #740997 - Easing modes are not used when computing the value of a
+ KeyframeTransition
+ #676326 - actor: Add a :request-content-size property
+ #711182 - Incorrect drawing behaviour with clutter content centered
+ #709252 - ensure that all deprecated symbols are correctly annotated for
+ gtk-doc
+ #669743 - ObjectInfo property is_actor not correctly set when updating
+ existing actor using ClutterScriptParser
+ #719962 - clutter/osx: add clutter_osx_disable_event_retrieval
+ #681300 - Miss CLUTTER_INPUT_BACKEND description in doc
+ #729462 - DeviceManagerXi2: Update cached core pointer in getter if NULL
+
+Many thanks to:
+
+ Carlos Garnacho, Jasper St. Pierre, Jonas Ådahl, Rico Tzschichholz,
+ Samuel Degrande, Sjoerd Simons, cee1.
+
Clutter 1.20.0 2014-09-22
===============================================================================
diff --git a/configure.ac b/configure.ac
index a40074e..879ff36 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], [21])
-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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]