[clutter-gtk] Release Clutter-GTK 1.1.2 (snapshot)



commit 4943fe6a1cbc037bf9a1d1ecd542238149ca5f56
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Wed Nov 23 16:32:57 2011 +0000

    Release Clutter-GTK 1.1.2 (snapshot)

 NEWS         |   32 ++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 po/pl.po     |    2 +-
 po/zh_CN.po  |    2 +-
 4 files changed, 35 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index b0b41cc..9c90708 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Clutter-GTK 1.1.2                                                    23/11/2011
+===============================================================================
+
+Changes since 1.0:
+
+        â Drop all flavours
+        Since Clutter 1.9 and GTK+ 3.0 support multiple backends with
+        selection at run-time, Clutter-GTK can drop the multiple flavours,
+        and support the current Clutter and GDK backend. This is still a
+        work in progress, so not every Clutter or GDK backend provide the
+        same set of features. Basic Clutter embedding works with the X11,
+        GDK, and Windows backends. GTK+ widgets embedding inside Clutter
+        works only on the X11 backend.
+
+        â Do not disable multi-device
+        Clutter was fixed to support XI2 events coming from GDK without
+        destroying the event cookie; this means that Clutter-GTK can
+        stop disabling multi-device support in GDK. If your code was
+        calling gdk_disable_multi_device() (something that shouldn't have
+        been done in the first place) this means that event handling
+        will be broken.
+
+        â Make GtkClutterEmbed expand by default
+        The GtkClutterEmbed widget should expand by default on both#
+        orientations; this allows using the default size negotiation
+        mechanisms in GTK, and drop the hack of setting a minimum size
+        on the widget.
+
+Many thanks to:
+
+  Marc-Andrà Lureau, Matthias Clasen
+
 Clutter-GTK 1.0.4                                                    27/09/2011
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index 7b28dc7..ef8f69f 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], [1])
-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
diff --git a/po/pl.po b/po/pl.po
index f79aab5..48774fc 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: clutter-gtk\n"
 "Report-Msgid-Bugs-To: http://bugzilla.clutter-project.org/enter_bug.cgi?";
 "product=clutter-gtk\n"
-"POT-Creation-Date: 2011-09-27 11:37+0100\n"
+"POT-Creation-Date: 2011-11-23 16:31+0000\n"
 "PO-Revision-Date: 2011-03-29 17:28+0200\n"
 "Last-Translator: Piotr DrÄg <piotrdrag gmail com>\n"
 "Language-Team: Polish <gnomepl aviary pl>\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index d26d5e9..138c377 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: clutter-gtk master\n"
 "Report-Msgid-Bugs-To: http://bugzilla.clutter-project.org/enter_bug.cgi?";
 "product=clutter-gtk\n"
-"POT-Creation-Date: 2011-09-27 11:37+0100\n"
+"POT-Creation-Date: 2011-11-23 16:31+0000\n"
 "PO-Revision-Date: 2011-03-29 11:39+0800\n"
 "Last-Translator: Aron Xu <happyaron xu gmail com>\n"
 "Language-Team: Chinese (simplified)\n"



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