mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Bump version to 3.7.4
Update NEWS.
This commit is contained in:
parent
8094c0ab23
commit
2fcd75eadd
21
NEWS
21
NEWS
@ -1,3 +1,24 @@
|
|||||||
|
3.7.4
|
||||||
|
=====
|
||||||
|
* Add support for bypass compositor hints [Adel; #683020]
|
||||||
|
* Make automaximization optional [Adel; #680990]
|
||||||
|
* Add method for checking if the application is responding [Giovanni; #684340]
|
||||||
|
* Expose the xinput opcode [Jasper; #690590]
|
||||||
|
* Rebrand "minimize" as "hide" [Florian; #682887]
|
||||||
|
* Misc bug fixes and cleanups [Giovanni, Ray, Jasper, Matthias, Debarshi,
|
||||||
|
Florian, Rui; #690454, #690573, #690593, #690956, #691363, #690609, #690317,
|
||||||
|
#689263]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Giovanni Campagna, Matthias Clasen, Adel Gadllah, Rui Matos, Florian Müllner,
|
||||||
|
Debarshi Ray, Jasper St. Pierre, Ray Strode
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
Mattias Põldaru [et], Yaron Shahrabani [he], Daniel Mustieles [es],
|
||||||
|
Khaled Hosny [ar], Fran Diéguez [gl], A S Alam [pa], Piotr Drąg [pl],
|
||||||
|
Rafael Ferreira [pt_BR], Nilamdyuti Goswami [as], Alexander Shopov [bg],
|
||||||
|
Matej Urbančič [sl]
|
||||||
|
|
||||||
3.7.3
|
3.7.3
|
||||||
=====
|
=====
|
||||||
* Fix maximized windows jumping to other monitors [Alban; #556696]
|
* Fix maximized windows jumping to other monitors [Alban; #556696]
|
||||||
|
@ -2,7 +2,7 @@ AC_PREREQ(2.50)
|
|||||||
|
|
||||||
m4_define([mutter_major_version], [3])
|
m4_define([mutter_major_version], [3])
|
||||||
m4_define([mutter_minor_version], [7])
|
m4_define([mutter_minor_version], [7])
|
||||||
m4_define([mutter_micro_version], [3])
|
m4_define([mutter_micro_version], [4])
|
||||||
|
|
||||||
m4_define([mutter_version],
|
m4_define([mutter_version],
|
||||||
[mutter_major_version.mutter_minor_version.mutter_micro_version])
|
[mutter_major_version.mutter_minor_version.mutter_micro_version])
|
||||||
|
Loading…
Reference in New Issue
Block a user