[clutter/clutter-1.12] Release Clutter 1.12.2 (stable)



commit 7680673426fd973d22312d43e0dfcbfa10e7a07a
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Oct 17 07:50:52 2012 +0100

    Release Clutter 1.12.2 (stable)

 NEWS         |   29 +++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6f25994..06b02dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Clutter 1.12.2                                                       2012-10-17
+===============================================================================
+
+  â List of changes since Clutter 1.12.0
+
+    - Updates for the Wayland backend
+    Bring the backend code up to the latest Wayland protocol and API.
+
+    - Build environment fixes for Visual Studio
+
+    - Ensure that the Clutter lock is acquired before releasing it
+    On some threading implementations, releasing a lock without acquiring it
+    results in a run-time error.
+
+    - Translations updated
+    Latvian, Japanese, Italian.
+
+  â List of bugs fixed since Clutter 1.12.0
+
+    #679439 - Single-threaded clutter programs fail on platforms which don't
+              permit unlocking an already unlocked mutex
+    #685554 - Assertion failure when trying to cancel an already started
+              gesture
+
+Many thanks to:
+
+  Daniel Stone, Rob Bradford, Chun-wei Fan, Emanuele Aina, Marek ÄernockÃ,
+  Milo Casagrande, Nishio Futoshi, RÅdolfs Mazurs, Tomeu Vizoso.
+
 Clutter 1.12.0                                                       2012-09-24
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index 2c24785..160642d 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], [12])
-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
@@ -31,7 +31,7 @@ m4_define([clutter_micro_version], [1])
 #   ...
 #
 # â for development releases: keep clutter_interface_age to 0
-m4_define([clutter_interface_age], [1])
+m4_define([clutter_interface_age], [2])
 
 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]