[clutter] Release Clutter 1.11.16 (snapshot)
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] Release Clutter 1.11.16 (snapshot)
- Date: Mon, 17 Sep 2012 21:59:44 +0000 (UTC)
commit ec96435f2f3ba36a98cfe60a217b1651b4d2ee63
Author: Emmanuele Bassi <ebassi gnome org>
Date: Mon Sep 17 22:48:44 2012 +0100
Release Clutter 1.11.16 (snapshot)
NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 47 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index b69b244..1f548c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,49 @@
+Clutter 1.11.16 2012-09-17
+===============================================================================
+
+ â List of changes since Clutter 1.11.14
+
+ - Fixes for gesture-based actions
+ Ensure that the ClutterPanAction::pan-stopped signal is emitted before
+ the ClutterGestureAction::gesture-begin signal, in case a new gesture
+ starts; this requires adding a new state to ClutterGestureAction, the
+ gesture-prepare state.
+
+ - Ensure modified Enter keys do not end up in the Text buffer
+ For single-line ClutterText actors.
+
+ - Add touch event support to ClutterClickAction
+
+ - Updated translations
+ British English, Indonesian, Traditional Chinese (Hong Kong and Taiwan),
+ French, Serbian, Russian, German, Slovenian, Brazilian Portuguese, Greek,
+ Portuguese, Belarusian, Assamese, Danish.
+
+ â List of bugs fixed since Clutter 1.11.14
+
+ #683301 - stage: Normalize key focus setting
+ #683430 - CLUTTER_GESTURE_ACTION_GET_CLASS() calls
+ G_TYPE_INSTANCE_GET_PRIVATE() instead of
+ G_TYPE_INSTANCE_GET_CLASS()
+ #683431 - PanAction::pan-stopped sometimes is emitted before
+ ::gesture-begin
+ #683471 - All gestures get cancelled after missing a button release event
+ #682161 - ClutterImage overflows beyond its actor's allocation
+ #623344 - Search incorrectly handles input
+ #683869 - test-events does not track touch events
+ #683870 - test-events only reports up/down scrolls
+ #683936 - ClickAction doesn't support touch events
+ #683937 - Wrong format identifiers in debug messages in
+ clutter_stage_allocate()
+
+Many thanks to:
+
+ Emanuele Aina, Emmanuele Bassi, Alexandre Franke, Ask H. Larsen, Bruce Cowan,
+ Chao-Hsiung Liao, Christian Kirbach, Debarshi Ray, Dirgita, Duarte Loreto,
+ Enrico Nicoletto, Ihar Hrachyshka, Jasper St. Pierre, Martin Srebotnjak,
+ Matej UrbanÄiÄ, Nilamdyuti Goswami, Rui Matos, Tom Tryfonidis, Yuri Myasoedov,
+ ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ.
+
Clutter 1.11.14 2012-09-03
===============================================================================
diff --git a/configure.ac b/configure.ac
index f0de7f8..d634962 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], [11])
-m4_define([clutter_micro_version], [15])
+m4_define([clutter_micro_version], [16])
# â 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]