Bump version to 45.0
Update NEWS. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3285>
This commit is contained in:
parent
483601844b
commit
4f6c918470
20
NEWS
20
NEWS
@ -1,3 +1,23 @@
|
|||||||
|
45.0
|
||||||
|
====
|
||||||
|
* Fix focus-follows-mouse mode [Carlos; !3256]
|
||||||
|
* Optimize applying relative transformation matrix [Robert; !3259]
|
||||||
|
* Add support for P010 YCbCr format [Robert; !3244]
|
||||||
|
* Fix hardware cursor stuttering on Raspberry Pi [Daniel; !3279]
|
||||||
|
* Fix input in multi-monitor remote desktop sessions with libei [Pascal; !3273]
|
||||||
|
* Fixed crashes [Carlos, Daniel, Sebastian W.; !3252, !3253, !3255, !3160,
|
||||||
|
!3268, !3262, !3277]
|
||||||
|
* Misc. bug fixes and cleanups [Florian, Joan, Jonas, Carlos, Sebastian W.,
|
||||||
|
Pascal; !3248, !3249, !3263, !3261, !3116, !3251, !3032, !3275, !3278]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Jonas Ådahl, Carlos Garnacho, Sebastian Keller, Andre Klapper, Robert Mader,
|
||||||
|
Florian Müllner, Pascal Nowack, Joan Torres, Daniel van Vugt, Sebastian Wick
|
||||||
|
|
||||||
|
Translators:
|
||||||
|
Sabri Ünal [tr], Quentin PAGÈS [oc], Anders Jonsson [sv],
|
||||||
|
Christian Kirbach [de], Ask Hjorth Larsen [da]
|
||||||
|
|
||||||
45.rc
|
45.rc
|
||||||
=====
|
=====
|
||||||
* Fix possible redraw freeze in fullscreen windows [msizanoen; !3127]
|
* Fix possible redraw freeze in fullscreen windows [msizanoen; !3127]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('mutter', 'c',
|
project('mutter', 'c',
|
||||||
version: '45.rc',
|
version: '45.0',
|
||||||
meson_version: '>= 0.60.0',
|
meson_version: '>= 0.60.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user