[clutter-gtk] Release Clutter-GTK 1.2.0



commit 7178152041fd11c989fbd007daf65fc8a449772a
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Thu Mar 22 10:06:18 2012 +0000

    Release Clutter-GTK 1.2.0

 NEWS         |   17 +++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9c90708..e93d5d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Clutter-GTK 1.2.0                                                    23/03/2012
+===============================================================================
+
+Changes since 1.1.2:
+        â Ensure that style changes are propagated to embedded widgets
+        â Avoid segfaults when unrealizing.
+        â Introspection fixes.
+
+List of bugs fixed:
+        #670662 - Gtk-CRITICAL **: gtk_widget_unrealize: assertion
+                  `GTK_IS_WIDGET (widget)' failed
+        #667742 - entries argument of gtk_clutter_init_with_args not
+                  annotated as array
+
+Many thanks to:
+  Cosimo Cecchi, Evan Nemerson, Guillaume Desmottes, Ryan Lortie
+
 Clutter-GTK 1.1.2                                                    23/11/2011
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index 2403ba5..f293f1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@
 # An odd micro number indicates in-progress development, (eg. from git)
 # An even micro number indicates a released version.
 m4_define([clutter_gtk_major], [1])
-m4_define([clutter_gtk_minor], [1])
-m4_define([clutter_gtk_micro], [3])
+m4_define([clutter_gtk_minor], [2])
+m4_define([clutter_gtk_micro], [0])
 m4_define([clutter_gtk_version], [clutter_gtk_major.clutter_gtk_minor.clutter_gtk_micro])
 
 # increase the interface age for each release; if the API changes, set to 0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]