1
0
Fork 0

Bump version to 46.5

Update NEWS.
This commit is contained in:
Florian Müllner 2024-09-14 21:51:41 +02:00
parent 0fab816982
commit f585134c11
No known key found for this signature in database
2 changed files with 25 additions and 1 deletions

24
NEWS
View file

@ -1,3 +1,27 @@
46.5
====
* Fix drag and drop between X11 and wayland clients [Carlos; !3821]
* Fix drag and drop from grabbing popups [Carlos; !3937]
* Fix EGLDevice support [Daniel; !3939]
* Fix frozen cursor on some hybrid machines [Daniel; !3950]
* Fix touch window dragging with pointer lock enabled [Carlos; !3889]
* Fix propagating tablet device removals to clients [Peter; !3955]
* Fix tablet input in maximized windows [Peter; !3956]
* Reduce damage on window movement [Christian; !3975]
* Fix frozen cursor after suspend [Jonas; !3982]
* Fix using modifiers on multi-GPU setups [José; !3998]
* Fixed crashes [Marco, Jonas; !3978, !3960]
* Misc. bug fixes and cleanups [Daniel, Michel, Sebastian, Bilal, Peter;
#3597, !3946, !3903, !3914, !3954, !3912, !3837, !3959]
Contributors:
Jonas Ådahl, Michel Dänzer, Bilal Elmoussaoui, José Expósito, Carlos Garnacho,
Christian Hergert, Peter Hutterer, Marco Trevisan (Treviño), Daniel van Vugt,
Sebastian Wick
Translators:
Daniel Șerbănescu [ro], Vasil Pupkin [be]
46.4 46.4
==== ====
* Fix nested popovers on wayland [Carlos; !3874] * Fix nested popovers on wayland [Carlos; !3874]

View file

@ -1,5 +1,5 @@
project('mutter', 'c', project('mutter', 'c',
version: '46.4', version: '46.5',
meson_version: '>= 0.60.0', meson_version: '>= 0.60.0',
license: 'GPLv2+' license: 'GPLv2+'
) )