1
0
Fork 0

Bump version to 47.beta

Update NEWS.
This commit is contained in:
Florian Müllner 2024-08-03 19:23:22 +02:00
parent e389178180
commit 4ddd83c51e
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 @@
47.beta
=======
* Fix visibility of Xwayland windows [Michel; !3862]
* Add plumbing for transforming color state [Jonas; !3433]
* Build and publish GNOME OS systemd-sysext extensions [Martin; !3843]
* Implement support for tablet tool keybindings and actions [Peter; !3649]
* Add support for tablet tool pressure ranges [Peter; !3794]
* Improve sticky behavior with transient dialogs [Jonas; !3870]
* Improve placement and focus logic with always-on-top windows [Jonas; !3879]
* Expose Orientationmanager to introspection [Ivan; !3880]
* Recover from secondary GPU update failures [Daniel; !3817]
* Plugged leaks [Sebastian K.; !3884, !3888]
* Misc. bug fixes and cleanups [Carlos, Michel, Sebastian W., Pascal, Florian,
Martin, Bilal, Daniel, Jonas, Robert; !3860, !3848, !3867, !3869, !3871,
!3740, !3872, !3883, !3857, !3885, !3891, !3895, !3898, !3896, !3887, !3901,
!3897, !3902, !3329, !3894, !3903, !3906, !3909, !3905, !3910]
Contributors:
Jonas Ådahl, Michel Dänzer, Bilal Elmoussaoui, Carlos Garnacho,
Peter Hutterer, Sebastian Keller, Ivan Kuzmenko, Martin Abente Lahaye,
Robert Mader, Florian Müllner, Pascal Nowack, Daniel van Vugt, Sebastian Wick
Translators:
Chao-Hsiung Liao [zh_TW]
47.alpha 47.alpha
======== ========
* Fix sending preferred buffer transform [Robert; !3717] * Fix sending preferred buffer transform [Robert; !3717]

View file

@ -1,5 +1,5 @@
project('mutter', 'c', project('mutter', 'c',
version: '47.alpha', version: '47.beta',
meson_version: '>= 1.3.0', meson_version: '>= 1.3.0',
license: 'GPLv2+' license: 'GPLv2+'
) )