Release Clutter 1.18.0
This commit is contained in:
parent
fa891a7a3c
commit
e0f19ab2c9
39
NEWS
39
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
|
||||
===============================================================================
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user