[clutter-gtk] Release Clutter-GTK 1.4.2 (stable)



commit 0b892a52ccc384ab0b8a95c5f637a3f987a39890
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Dec 17 15:26:33 2012 +0100

    Release Clutter-GTK 1.4.2 (stable)

 NEWS         |   15 +++++++++++++++
 configure.ac |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index d8b9de4..171997c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Clutter-GTK 1.4.2                                                    17/12/2012
+===============================================================================
+
+Changes since 1.4.0:
+        â Remove annotation from constructor function. [Guillaume Desmottes]
+        â Ensure the event filter installed by GtkClutterEmbed works correctly
+          when multiple embeds are realized/unrealized. [Cosimo Cecchi]
+        â Fix links in the DOAP file.
+
+List of bugs fixed:
+        #686697, #689879
+
+Many thanks to:
+  Guillaume Desmottes, Cosimo Cecchi
+
 Clutter-GTK 1.4.0                                                    17/10/2012
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index fd83efe..c514ee5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 # An even micro number indicates a released version.
 m4_define([clutter_gtk_major], [1])
 m4_define([clutter_gtk_minor], [4])
-m4_define([clutter_gtk_micro], [1])
+m4_define([clutter_gtk_micro], [2])
 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]