mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Bump version to 3.38.1
Update NEWS.
This commit is contained in:
parent
209b1ba383
commit
113446f2e9
26
NEWS
26
NEWS
@ -1,3 +1,29 @@
|
|||||||
|
3.38.1
|
||||||
|
======
|
||||||
|
* Fix Night Light updates after DPMS [Jonas, Benjamin; #1392]
|
||||||
|
* Fix button scrolling on X11 [Peter; !1431]
|
||||||
|
* Always use correct font-dpi setting on X11 [Marco; !1444]
|
||||||
|
* Improve handling of scanout failures [Jonas; #1410]
|
||||||
|
* Fix middle/right button mixup in scroll button assignment [Peter; !1433]
|
||||||
|
* Fix resizing of attached modal dialogs on wayland [Jonas; !1446]
|
||||||
|
* Enable KMS modifiers on devices that need them [Karol; !1443]
|
||||||
|
* Fix IM handling on X11 [Carlos; #1413]
|
||||||
|
* Fix glitches in "undefined" screencast areas [Jonas; !1459]
|
||||||
|
* Fix visual glitches on background with fractional scaling [Daniel; !1464]
|
||||||
|
* Fix using correct refresh rate [Jonas; #1430]
|
||||||
|
* Misc. bug fixes and cleanups [Daniel, Carlos, Robert, Simon, Sergio; !1362,
|
||||||
|
!1448, !1452, !1273, !1454, !1429, !1460, !1458, !1463, !1462]
|
||||||
|
* Plugged memory leaks [Ray; !1449, !1451]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Marco Trevisan (Treviño), Benjamin Berg, Sergio Costas, Carlos Garnacho,
|
||||||
|
Karol Herbst, Peter Hutterer, Robert Mader, Simon McVittie, Ray Strode,
|
||||||
|
Daniel van Vugt, Jonas Ådahl
|
||||||
|
|
||||||
|
Translators:
|
||||||
|
Juliano de Souza Camargo [pt], Rafael Fontenelle [pt_BR],
|
||||||
|
Yosef Or Boczko [he], Jordi Mas [ca]
|
||||||
|
|
||||||
3.38.0
|
3.38.0
|
||||||
======
|
======
|
||||||
* screencast: Only use DMA buffers for i915 [Jonas; !1442]
|
* screencast: Only use DMA buffers for i915 [Jonas; !1442]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('mutter', 'c',
|
project('mutter', 'c',
|
||||||
version: '3.38.0',
|
version: '3.38.1',
|
||||||
meson_version: '>= 0.51.0',
|
meson_version: '>= 0.51.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user