[clutter/clutter-1.14] Release Clutter 1.14.2 (stable)



commit 8316d057d4cd8692f6e2d574610d7497996c6733
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Apr 17 15:22:52 2013 +0100

    Release Clutter 1.14.2 (stable)

 NEWS         | 21 +++++++++++++++++++++
 configure.ac |  4 ++--
 2 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ea9fa21..1bb3510 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Clutter 1.14.2                                                       2013-04-17
+===============================================================================
+
+  • List of changes since Clutter 1.14.0
+
+    - Ensure a redraw when making the stage visible under Wayland
+    This makes it possible to update the contents of the stage when toggling
+    its visibility.
+
+    - Fix build with debug messages enabled.
+
+    - Documentation fixes.
+
+  • List of bugs fixed since Clutter 1.14.0
+
+    #696791 - wayland: Queue a redraw after showing the stage
+
+Many thanks to:
+
+  Emanuele Aina, Neil Roberts.
+
 Clutter 1.14.0                                                       2013-03-25
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index 2f5be45..3f378d4 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], [14])
-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]