mirror of
https://github.com/brl/mutter.git
synced 2024-12-01 12:20:47 -05:00
2.28.1 released
This commit is contained in:
parent
c30901e9be
commit
40563e4f84
25
NEWS
25
NEWS
@ -1,3 +1,28 @@
|
|||||||
|
2.28.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Thanks to Owen Taylor, Luis Torres, Matthias Clasen, Thomas Andersen,
|
||||||
|
Theppitak Karoonboonyanan, Vincent Untz, Peter Bloomfield, alexisdm59,
|
||||||
|
Claude Paroz, Ray Strode, Dan Winship, Lennart Poettering, and
|
||||||
|
Frederic Peters for improvements in this version.
|
||||||
|
|
||||||
|
- default cycle-group binding is alt-grave (Ray)
|
||||||
|
- XFCE terminal is a terminal (Owen)
|
||||||
|
- signal handling fixes (Dan, Ray, Frederic)
|
||||||
|
- fix bell timeout (Lennart)
|
||||||
|
- self-drawn tooltips are tooltips (Lennart)
|
||||||
|
- fix session handling close (Owen)
|
||||||
|
- replace deprecated symbols (Luis)
|
||||||
|
- split MetaSide from MetaDirection (Owen)
|
||||||
|
|
||||||
|
Translations
|
||||||
|
Alexander Shopov (bg), Åsmund Skjæveland (nn), Carles Ferrando (ca@valencia),
|
||||||
|
Daniel Nylander (sv), Erdal Ronahi (ku), Gil Forcada (ca),
|
||||||
|
Inaki Larranaga Murgoitio (eu), Jorge González (es), Khaled Hosny (ar),
|
||||||
|
Kjartan Maraas (nb), Leonid Kanter (ru), Lucian Adrian Grijincu (ro),
|
||||||
|
Maxim V. Dziumanenko (uk), Peteris Krisjanis (lv), Reşat SABIQ (crh),
|
||||||
|
Thomas Thurman (en@shaw)
|
||||||
|
|
||||||
2.28.0
|
2.28.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ m4_define([metacity_major_version], [2])
|
|||||||
m4_define([metacity_minor_version], [28])
|
m4_define([metacity_minor_version], [28])
|
||||||
# Fibonacci sequence for micro version numbering:
|
# Fibonacci sequence for micro version numbering:
|
||||||
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
|
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
|
||||||
m4_define([metacity_micro_version], [0])
|
m4_define([metacity_micro_version], [1])
|
||||||
|
|
||||||
m4_define([metacity_version],
|
m4_define([metacity_version],
|
||||||
[metacity_major_version.metacity_minor_version.metacity_micro_version])
|
[metacity_major_version.metacity_minor_version.metacity_micro_version])
|
||||||
|
Loading…
Reference in New Issue
Block a user