mirror of
https://github.com/brl/mutter.git
synced 2024-11-30 03:50:47 -05:00
Release Clutter 1.15.92 (snapshot)
This commit is contained in:
parent
e224415a47
commit
d38e7127fe
22
NEWS
22
NEWS
@ -1,3 +1,25 @@
|
|||||||
|
Clutter 1.15.92 2013-09-02
|
||||||
|
===============================================================================
|
||||||
|
|
||||||
|
• List of changes since Clutter 1.15.90
|
||||||
|
|
||||||
|
- Fix regression in BoxLayout for RTL text direction
|
||||||
|
|
||||||
|
- Update Visual Studio build files
|
||||||
|
|
||||||
|
- Translation updates
|
||||||
|
Polish, French, Slovak, Lithuanian, Catalan
|
||||||
|
|
||||||
|
• List of bugs fixed since Clutter 1.15.90
|
||||||
|
|
||||||
|
#706450 - box-layout: Fix RTL layout swapping with non-zero container
|
||||||
|
offsets
|
||||||
|
|
||||||
|
Many thanks to:
|
||||||
|
|
||||||
|
Chun-wei Fan, Jasper St. Pierre, Alexandre Franke, Aurimas Černius, Gil
|
||||||
|
Forcada, Ján Kyselica, Piotr Drąg
|
||||||
|
|
||||||
Clutter 1.15.90 2013-08-19
|
Clutter 1.15.90 2013-08-19
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
|
@ -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], [91])
|
m4_define([clutter_micro_version], [92])
|
||||||
|
|
||||||
# • 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…
Reference in New Issue
Block a user