[clutter] Release Clutter 1.7.90 (1.8.0-rc1)



commit 84355494480e5b8faa557e6a387511b02e56d04d
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Mon Sep 12 13:16:03 2011 +0100

    Release Clutter 1.7.90 (1.8.0-rc1)

 NEWS         |   43 +++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 44 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 311e137..6a8e077 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+Clutter 1.7.90                                                       2011-09-12
+===============================================================================
+
+  â List of changes since Clutter 1.7.14
+
+    - Make sure that setting :use-markup does not depend on the order
+    Setting the :use-markup property should yield the same results regardless
+    of whether the :text property is also set before or after. This applies to
+    ClutterText defined using ClutterScript as well.
+
+    - Protect against multiple unrealize call on ClutterStage
+    This should fix a segmentation fault in clutter-gtk when unrealize() is
+    called multiple times on an already unrealized stage.
+
+    - Fortify ATK event listener
+    Make sure that we subscribe only to the events we want to, and avoid
+    warnings caused by AT-SPI, as well as a leak.
+
+    - Documentation fixes
+
+    - Translation updates
+    Indonesian, British English, Brazilian Portuguese, Oriya, Polish,
+    Latvian, Hindi, Danish, Chinese (Simplified), Lithuanian, Turkish,
+    Russian, Spanish, Asturian.
+
+  â List of bugs fixed since Clutter 1.7.14
+
+    [bugzilla.gnome.org]
+
+    #651940 - "use-markup" is ignored when set after "text"
+    #658721 - cally: Fix up event listener registration minimally
+
+    [bugzilla.clutter-project.org]
+
+    #2629 - ClutterText thinks priv->text can be NULL, but it can't
+
+Many thanks to:
+
+  Muhammet Kara, Andika Triwidada, Manoj Kumar Giri, Piotr DrÄg,
+  Aurimas Äernius, Bruce Cowan, Edvaldo de Souza Cruz, Jorge GonzÃlez,
+  Kenneth Nielsen, Matthias Clasen, Neil Roberts, Og B. Maciel,
+  Rajesh Ranjan, Ray Wang, Rudolfs Mazurs, Xandru Armesto, Yuri Myasoedov
+
 Clutter 1.7.14                                                       2011-09-05
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index 6ccd6eb..6e4fda8 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], [7])
-m4_define([clutter_micro_version], [15])
+m4_define([clutter_micro_version], [90])
 
 # â 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



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