Release Clutter 1.24.0

Desktop / GNOME / Clutter - Emmanuele Bassi [gnome.org] - 15 September 2015 06:46 UTC



###

diff --git a/NEWS b/NEWS
index 5b1bac5..397e59c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+Clutter 1.24.0 2015-09-15
+===============================================================================
+
+ • List of changes since Clutter 1.23.6
+
+ - Fix ClutterGridLayout's preferred size computation
+ The preferred height of the ClutterGridLayout is correctly taking into
+ account the height and span of each cell.
+
+ - Improve embeddability of Clutter in foreign toolkits
+ Embedding Clutter inside other toolkits, like GTK+, on Wayland and X11
+ has been fixed.
+
+ - Updated translations
+ French, Portuguese, Spanish, Galician, Chinese (Taiwan), Polish,
+ Indonesian, Greek, Slovak, Hebrew, Hungarian, Lithuanian, Italian,
+ Slovenian, German, Czech.
+
+ • List of bugs fixed since Clutter 1.23.6
+
+ #755014 - Fix Clutter-Gtk on x11
+ #754993 - notify Cogl immediately of a foreign window resize in GDK/X11
+ backend
+ #754938 - Setup sync_to_vblank before ClutterStage creation
+ #754890 - Fix Mesa warning when unrealizing/rerealizing foreign stage
+ windows
+ #754889 - Fix compositor synchronization in GDK backend
+ #754766 - "actor: Clean up transform_stage_point()" broke HiDPI mutter
+ #754697 - Use a wayland subsurface when dealing with foreign windows
+ on GDK/wayland
+ #754671 - Improve dealing with foreign stages on GDK
+ #754134 - A few gdk backend fixes
+
+Many thanks to:
+
+ Lionel Landwerlin, Dušan Kazik, Alexandre Franke, Andika Triwidada,
+ Aurimas Černius, Balázs Úr, Bernd Homuth, Chao-Hsiung Liao,
+ Daniel Mustieles, Fran Dieguez, Jonas Ådahl, Marek Černocký,
+ Matej Urbančič, Milo Casagrande, Pedro Albuquerque, Piotr Drąg,
+ Tom Tryfonidis, Yosef Or Boczko
+
Clutter 1.23.6 2015-08-21
===============================================================================

diff --git a/configure.ac b/configure.ac
index 41fc511..01a919a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,8 @@
# - increase clutter_micro_version to the next odd number
# - increase clutter_interface_version to the next odd number
m4_define([clutter_major_version], [1])
-m4_define([clutter_minor_version], [23])
-m4_define([clutter_micro_version], [7])
+m4_define([clutter_minor_version], [24])
+m4_define([clutter_micro_version], [0])

# • 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

d490477 Release Clutter 1.24.0
NEWS | 41 +++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 43 insertions(+), 2 deletions(-)

Upstream: git.gnome.org


  • Share