[clutter/clutter-1.18] Release Clutter 1.18.0
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.18] Release Clutter 1.18.0
- Date: Tue, 18 Mar 2014 14:28:32 +0000 (UTC)
commit e0f19ab2c920f9b11b206cc34424f04cf71abd54
Author: Emmanuele Bassi <ebassi gnome org>
Date: Mon Mar 17 23:23:36 2014 +0000
Release Clutter 1.18.0
NEWS | 39 +++++++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 41 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 90c7760..3a8bbae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+Clutter 1.18.0 2014-03-18
+===============================================================================
+
+ • List of changes since Clutter 1.17.6
+
+ - Update build environment for Visual Studio
+
+ - Improve the API for implementing Wayland compositors
+ Allow integrating with logind and KMS; provide clipped redraws on both
+ Wayland clients, and direct KMS.
+
+ - Port the documentation to MarkDown
+
+ - Use symbol annotations to ensure the public ABI
+
+ - Translations updates
+ Korean, Traditional Chinese (Hong Kong and Taiwan), Chinese, Portuguese,
+ Latvian, Russian, French.
+
+ • List of bugs fixed since Clutter 1.17.6
+
+ #725716 - Fix build of clutter-test-utils.c on Windows
+ #725873 - Fix the Win32 backend for newer Visual Studio Versions
+ #725722 - Grid layout actor width/height swapped
+ #726199 - evdev changes needed for logind integration work
+ #726341 - eglnative: Add clutter-stage-window implementation
+ #726315 - clutter-stage-wayland: Enable clipped redraws
+ #726313 - stage-cogl: Fix feature check in clutter_stage_cogl_redraw
+ #726198 - egl: Add a way to set the KMS FD
+ #708781 - wayland: Keep track of button modifier state
+ #711857 - Avoid needless event copies when queueing from a backend
+ to a stage
+
+Many thanks to:
+
+ Jasper St. Pierre, Chun-wei Fan, Adel Gadllah, Bastian Winkler, Changwoo Ryu,
+ Chao-Hsiung Liao, Duarte Loreto, Jonas Ådahl, Rui Matos, Rūdolfs Mazurs,
+ Wylmer Wang, Yuri Myasoedov, teuf.
+
Clutter 1.17.6 2014-03-03
===============================================================================
diff --git a/configure.ac b/configure.ac
index 47b9b6d..6ec7fb0 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], [17])
-m4_define([clutter_micro_version], [7])
+m4_define([clutter_minor_version], [18])
+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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]