From 84355494480e5b8faa557e6a387511b02e56d04d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 12 Sep 2011 13:16:03 +0100 Subject: [PATCH] Release Clutter 1.7.90 (1.8.0-rc1) --- NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 311e13753..6a8e07718 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 6ccd6eba3..6e4fda822 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