[clutter/clutter-1.14] Release Clutter 1.13.10
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.14] Release Clutter 1.13.10
- Date: Tue, 19 Mar 2013 01:03:50 +0000 (UTC)
commit 9c1c3bf3528b1d2b7ba80e5b6ca1f201755674cf
Author: Emmanuele Bassi <ebassi gnome org>
Date: Mon Mar 18 21:54:20 2013 -0300
Release Clutter 1.13.10
NEWS | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
README.in | 14 ++++++++++++++
configure.ac | 2 +-
3 files changed, 66 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a7b2fda..e68ef53 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+Clutter 1.13.10 2013-03-18
+===============================================================================
+
+ • List of changes since Clutter 1.13.8
+
+ - Fix a typo in the ClutterTimeline::stopped signal declaration
+ The "stopped" signal was using the ClutterTimelineClass.completed virtual
+ function pointer slot, instead of the correct .stopped one, thus making
+ subclasses of ClutterTimeline unable to override the default handler for
+ the signal.
+
+ - Use the XKB groups state when computing key modifiers on X11
+ This allows getting the correct key symbol for high order groups.
+
+ - Fixes for the Visual Studio build
+
+ - Documentation and introspection fixes
+
+ - Add a function to disable accessibility
+ This allows using Clutter with an embedding toolkit that is also using
+ ATK, like GTK+, without confusing the accessibility infrastructure.
+
+ - Performance improvements
+ ClutterActor now tries to minimize the amount of redraws queued on
+ unmapped actors, unless the actors have Clones, or are part of a cloned
+ branch of the scene graph.
+
+ - Translation updates
+ Uyghur, Belarusian, Catalan, Indonesian, Assamese, Portuguese, Danish,
+ Catalan.
+
+ • List of bugs fixed since Clutter 1.13.8
+
+ #695158 - Animated property transitions cause the animated actor to be
+ leaked
+ #695260 - x11/xi2: Factor the XKB group state in to fill events'
+ modifier_state
+ #695188 - event: Use gunichar when dealing with unicode characters
+ #691468 - No accessible key events
+ #695838 - clutter: Prefer the X11 backend to the Wayland one
+ #695870 - commit "actor: Skip transitions on invisible actors" breaks
+ working code - reproducer included
+ #695982 - Fix transition-z property setting
+
+Many thanks to:
+
+ Chun-wei Fan, Alejandro Piñeiro, Andika Triwidada, Ask H. Larsen, Bastien
+ Nocera, Carles Ferrando, Duarte Loreto, Gheyret Kenji, Gil Forcada, Ihar
+ Hrachyshka, Jasper St. Pierre, Lionel Landwerlin, Nilamdyuti Goswami, Rui
+ Matos
+
Clutter 1.13.8 2013-03-04
===============================================================================
diff --git a/README.in b/README.in
index 22f5ef0..38cda99 100644
--- a/README.in
+++ b/README.in
@@ -304,6 +304,20 @@ Release Notes for Clutter 1.14
• The X11 backend (both core X events and XInput 2 backends) now mask out
scroll lock and num lock modifiers from the event state.
+• The X11 backend is the preferred backend on Linux, with Wayland, and GDK
+ following.
+
+• Redraws queued on unmapped actors will be ignored; since the unmapped state
+ is propagated downwards from the first actor that is unmapped to its leaf
+ children, this should ensure that redraws queued on unmapped actors will not
+ propagate further upwards.
+
+• The return value of clutter_event_get_key_unicode() and the argument of
+ clutter_event_set_key_unicode() has been changed to be of type 'gunichar'
+ instead of 'guint32'; from a C perspective, this does not change the type
+ at all: gunichar is a typedef to guint32 already. The change will impact
+ introspection consumers.
+
Release Notes for Clutter 1.12
-------------------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 3f977de..9c3b3c6 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], [13])
-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]