mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
Release Clutter 1.24.2
This commit is contained in:
parent
b6425bbb15
commit
55dc86c0c0
26
NEWS
26
NEWS
@ -1,3 +1,29 @@
|
||||
Clutter 1.24.2 2015-10-12
|
||||
===============================================================================
|
||||
|
||||
• List of changes since Clutter 1.24.0
|
||||
|
||||
- Emulate discrete scrolling on evdev
|
||||
|
||||
- Improve animation smoothness under the GDK backend
|
||||
|
||||
- Updated translations
|
||||
Russian, Latvian, Danish, Swedish, Brazilian Portuguese, Serbian,
|
||||
Serbian Latin, Ukrainian, Hindi, Kannada, Finnish, Portuguese.
|
||||
|
||||
• List of bugs fixed since Clutter 1.24.0
|
||||
|
||||
#755357 - timeline: Minor fixes for debuggability with
|
||||
ClutterMasterClockGdk
|
||||
#745517 - gnome-shell crashed with SIGABRT in g_assertion_message()
|
||||
#756284 - Unable to use two finger scroll on Wayland
|
||||
|
||||
Many thanks to:
|
||||
|
||||
Philip Withnall, Owen W. Taylor, Piotr Drąg, Милош Поповић, Anders Jonsson,
|
||||
Ask Hjorth Larsen, Carlos Garnacho, Jiri Grönroos, Lionel Landwerlin,
|
||||
Pedro Albuquerque, Rafael Fontenelle, Rūdolfs Mazurs, Stas Solovey
|
||||
|
||||
Clutter 1.24.0 2015-09-15
|
||||
===============================================================================
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
# - increase clutter_interface_version to the next odd number
|
||||
m4_define([clutter_major_version], [1])
|
||||
m4_define([clutter_minor_version], [24])
|
||||
m4_define([clutter_micro_version], [1])
|
||||
m4_define([clutter_micro_version], [2])
|
||||
|
||||
# • 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
|
||||
@ -31,7 +31,7 @@ m4_define([clutter_micro_version], [1])
|
||||
# ...
|
||||
#
|
||||
# • for development releases: keep clutter_interface_age to 0
|
||||
m4_define([clutter_interface_age], [1])
|
||||
m4_define([clutter_interface_age], [2])
|
||||
|
||||
m4_define([clutter_binary_age], [m4_eval(100 * clutter_minor_version + clutter_micro_version)])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user