[clutter] Release Clutter 1.7.12 (snapshot)
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] Release Clutter 1.7.12 (snapshot)
- Date: Mon, 29 Aug 2011 22:29:35 +0000 (UTC)
commit c26dd3f0081dadaf516ef583fffc440ae3b8a4b0
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Mon Aug 29 23:05:03 2011 +0100
Release Clutter 1.7.12 (snapshot)
NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 44 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ff5ac02..632cc60 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+Clutter 1.7.12 2011-08-29
+===============================================================================
+
+ â List of changes since Clutter 1.7.10
+
+ - Reload the font caches on X11 when the user installs a new font
+ Whenever the user installs a new font inside one of the directories that
+ ware being watched by a session daemon, or changes the fontconfig
+ configuration, the toolkits using FontConfig (either directly or indirectly
+ e.g. through Pango, like Clutter) should listen to the Fontconfig/Timestamp
+ XSETTINGS key and release all the font configuration caches. This allows
+ selecting the newly installed fonts without requiring the user to restart
+ the application.
+
+ - Allow using "font-description" as a ClutterScript alias for "font-name"
+ ClutterText:font-description allows passing a PangoFontDescription
+ directly to a ClutterText; when defining a ClutterText instance inside a
+ ClutterScript file, :font-description should be an alias for :font-name,
+ which takes a string and converts it to a PangoFontDescription.
+
+ - Make sure that LayoutManager subclasses take the allocation origin
+ into account when allocating the children
+ A LayoutManager should be resilient against allocations with an origin
+ not positioned at (0, 0); this allows actors using a layout manager
+ instance to munge the box and implement things like margin and padding
+ without the layout manager having knowledge of those concepts.
+
+ - Build fixes
+ Always link against libm when building Clutter (and its tests); don't
+ rely on libraries lower on the stack to do so.
+
+ - Documentation fixes
+
+ â List of bugs fixed since Clutter 1.7.10
+
+ [bugzilla.gnome.org]
+
+ #657529 - Build failure
+
+Many thanks to:
+
+ Robert Bragg, Daniel Mustieles, Fran Dieguez, Kjartan Maraas
+
Clutter 1.7.10 2011-08-15
===============================================================================
diff --git a/configure.ac b/configure.ac
index 94f8ff8..9011fc6 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], [11])
+m4_define([clutter_micro_version], [12])
# â 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]