[clutter/clutter-1.10] Release Clutter 1.10.8 (stable)
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.10] Release Clutter 1.10.8 (stable)
- Date: Tue, 19 Jun 2012 08:37:16 +0000 (UTC)
commit 78c716446072fb3db26300178728f2b5e96c5f03
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Jun 19 09:02:16 2012 +0100
Release Clutter 1.10.8 (stable)
NEWS | 23 +++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e112832..e264684 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Clutter 1.10.8 2012-06-19
+===============================================================================
+
+ â List of changes since Clutter 1.10.6
+
+ - Fix touch event delivery and implementation
+ Touch events were not delivered to the correct actors; an interactive
+ test is now available to verify the implementation.
+
+ - Introspection fixes
+ Some additional annotations are n ecessary to generate the Vala bindings
+ from the introspection data.
+
+ â List of bugs fixed since Clutter 1.10.6
+
+ [bugzilla.gnome.org]
+ #677778 - Assorted introspection fixes from Vala
+ #677921 - tests: link test-conformance against libm
+
+Many thanks to:
+
+ Tomeu Vizoso, Evan Nemerson, FrÃdÃric PÃters, RÅdolfs Mazurs.
+
Clutter 1.10.6 2012-05-28
===============================================================================
diff --git a/configure.ac b/configure.ac
index d91bbf3..923f70b 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], [10])
-m4_define([clutter_micro_version], [7])
+m4_define([clutter_micro_version], [8])
# â 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
@@ -31,7 +31,7 @@ m4_define([clutter_micro_version], [7])
# ...
#
# â for development releases: keep clutter_interface_age to 0
-m4_define([clutter_interface_age], [7])
+m4_define([clutter_interface_age], [8])
m4_define([clutter_binary_age], [m4_eval(100 * clutter_minor_version + clutter_micro_version)])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]