mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
Bump version to 3.27.1
Update NEWS.
This commit is contained in:
parent
1a78557e0b
commit
dbd2827ca1
18
NEWS
18
NEWS
@ -1,3 +1,21 @@
|
|||||||
|
3.27.1
|
||||||
|
======
|
||||||
|
* Work with clients that require older linux_dmabuf protocol [Daniel; #788558]
|
||||||
|
* Support hybrid GPU systems [Jonas; #785381]
|
||||||
|
* Prevent crash when closing maximized windows [Jonni; #788666]
|
||||||
|
* Use the correct monitor for HiDPI scaling of shell chrome [Jonas; #788820]
|
||||||
|
* Fix unredirection of fullscreen windows [Rui, Jonas; #788493]
|
||||||
|
* Fix list of supported monitor scales on X11 [Jonas; #788901]
|
||||||
|
* Misc. bug fixes [Florian, Jonas, Marco; #788572, #788569, #788607, #788860,
|
||||||
|
#788921]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Jonas Ådahl, Carlos Garnacho, Rui Matos, Florian Müllner, Daniel Stone,
|
||||||
|
Marco Trevisan, Jonni Westphalen
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
Xavi Ivars [ca@valencia]
|
||||||
|
|
||||||
3.26.1
|
3.26.1
|
||||||
======
|
======
|
||||||
* Fix crash when respawning shortcut inhibitor dialog [Olivier; #787568]
|
* Fix crash when respawning shortcut inhibitor dialog [Olivier; #787568]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
AC_PREREQ(2.62)
|
AC_PREREQ(2.62)
|
||||||
|
|
||||||
m4_define([mutter_major_version], [3])
|
m4_define([mutter_major_version], [3])
|
||||||
m4_define([mutter_minor_version], [26])
|
m4_define([mutter_minor_version], [27])
|
||||||
m4_define([mutter_micro_version], [1])
|
m4_define([mutter_micro_version], [1])
|
||||||
|
|
||||||
m4_define([mutter_version],
|
m4_define([mutter_version],
|
||||||
|
Loading…
Reference in New Issue
Block a user