Release Clutter 1.15.90
This commit is contained in:
parent
4698e791bf
commit
ee6be96a3b
52
NEWS
52
NEWS
@ -1,3 +1,55 @@
|
|||||||
|
Clutter 1.15.90 2013-08-19
|
||||||
|
===============================================================================
|
||||||
|
|
||||||
|
• List of changes since Clutter 1.15.2
|
||||||
|
|
||||||
|
- Update the Wayland backend
|
||||||
|
Use the new 1.2 behaviour and API, and improve the coverage of windowing
|
||||||
|
system features, alongside a slew of bugs.
|
||||||
|
|
||||||
|
- Drop support for XInput 1.x
|
||||||
|
The XInput 1.x extension was never really used after the introduction of
|
||||||
|
the 2.x version.
|
||||||
|
|
||||||
|
- Fix event and device handling when using evdev
|
||||||
|
|
||||||
|
- Allow using ClutterContent on a ClutterStage
|
||||||
|
|
||||||
|
- Fixes for the Windows backend
|
||||||
|
The build script has also been updated with the required dependencies.
|
||||||
|
|
||||||
|
- Documentation fixes
|
||||||
|
|
||||||
|
- Translations updated
|
||||||
|
|
||||||
|
• List of bugs fixed since Clutter 1.15.2
|
||||||
|
|
||||||
|
#703809 - Some LayoutManager fixes
|
||||||
|
#704625 - Cannot assign a ClutterContent to a stage
|
||||||
|
#698836 - Add interactive test for ClutterZoomAction/ClutterRotateAction
|
||||||
|
#705739 - Crash when removing a ClutterActor from a scene at the end of
|
||||||
|
an animation
|
||||||
|
#705710 - evdev: fix X11 to evdev keycode translation
|
||||||
|
#704269 - evdev: add a way for applications to tweak how devices are
|
||||||
|
opened
|
||||||
|
#704457 - Setting the size of the stage causes it to not be shown on
|
||||||
|
wayland
|
||||||
|
#699578 - Implement foreign surface support for stages
|
||||||
|
#704279 - wayland: Add API for disabling the event dispatching
|
||||||
|
#703336 - clutter-actor: Make clutter_actor_has_mapped_clones public
|
||||||
|
#701356 - Update the windows backend to work with latest Cogl
|
||||||
|
#703969 - Select for events with XIAllMasterDevices under XI2
|
||||||
|
#703878 - wayland: Don't pass the shell and compositor down to Cogl
|
||||||
|
#703608 - Update ClutterWaylandSurface to use a resource instead of
|
||||||
|
wl_buffer
|
||||||
|
#703877 - Bump the required Cogl version to 1.15.1
|
||||||
|
|
||||||
|
Many thanks to:
|
||||||
|
|
||||||
|
Giovanni Campagna, Neil Roberts, Florian Müllner, Jasper St. Pierre, Rob
|
||||||
|
Bradford, Matej Urbančič, Adel Gadllah, Chao-Hsiung Liao, Chris Cummins,
|
||||||
|
Chun-wei Fan, Lionel Landwerlin, Rafael Ferreira
|
||||||
|
|
||||||
Clutter 1.15.2 2013-07-10
|
Clutter 1.15.2 2013-07-10
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
# - increase clutter_interface_version to the next odd number
|
# - increase clutter_interface_version to the next odd number
|
||||||
m4_define([clutter_major_version], [1])
|
m4_define([clutter_major_version], [1])
|
||||||
m4_define([clutter_minor_version], [15])
|
m4_define([clutter_minor_version], [15])
|
||||||
m4_define([clutter_micro_version], [3])
|
m4_define([clutter_micro_version], [90])
|
||||||
|
|
||||||
# • for stable releases: increase the interface age by 1 for each release;
|
# • 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
|
# if the API changes, set to 0. interface_age and binary_age are used to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user