1
0
Fork 0

Bump version to 46.3

Update NEWS.
This commit is contained in:
Florian Müllner 2024-06-29 14:32:18 +02:00
parent 24f2e76576
commit 3998f8a422
No known key found for this signature in database
2 changed files with 26 additions and 1 deletions

25
NEWS
View file

@ -1,3 +1,28 @@
46.3
====
* Fix performance issues with second virtual monitor [Jonas; !3803]
* Fix missing unmap animation of some windows [Michel; !3840]
* Fix placement/resizing regression [Jonas; #2616]
* Fix possible out of sync primary selections and clipboard [Carlos; !3789]
* Fix ibus support in popups [Sebastian K.; !3787]
* Fix hardware accelerated rendering when headless [Jonas; !3805]
* Add back support for legacy X11 cursor themes [Daniel; !3718]
* Fix preedit offsets [Orko; !3845]
* Use character offsets to specify surrounding text [Shiki; !3719]
* Don't force titlebar on screen on all interactive resizes [Jeffrey; !3764]
* Fixed crashes [Carlos, Sebastian W., Michel; !3729, !3783, !3849]
* Misc. bug fixes and cleanups [Daniel, Philip, Marco, José, Jonas, Pascal,
Corentin; #3368, !3770, !3788, !3791, !3809, !3811, !3827, !3790]
Contributors:
Jonas Ådahl, Michel Dänzer, José Expósito, Orko Garai, Carlos Garnacho,
Sebastian Keller, Jeffrey Knockel, Corentin Noël, Pascal Nowack,
Shiki Okasaka, Marco Trevisan (Treviño), Daniel van Vugt, Sebastian Wick,
Philip Withnall
Translators:
Scrambled 777 [hi], Jose Riha [sk], Pawan Chitrakar [ne], Милош Поповић [sr]
46.2
====
* Fix hardware cursor with non-atomic KMS drivers [Daniel; !3676]

View file

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