Bump version to 47.1
Update NEWS.
This commit is contained in:
parent
ee1e8d7c87
commit
7848c15baf
2 changed files with 23 additions and 1 deletions
22
NEWS
22
NEWS
|
@ -1,3 +1,25 @@
|
||||||
|
47.1
|
||||||
|
====
|
||||||
|
* gwakeup: Reduce wake-ups to only first item in queue [Christian; !4007]
|
||||||
|
* x11: Reduce chances XPending does recvmsg() syscall [Christian; !4006]
|
||||||
|
* Fix grabbing tablet devices [Jonas; !4033]
|
||||||
|
* Fix misplaced windows and random resizes on scaled monitors [Jonas; !4041]
|
||||||
|
* Fix explicit sync with virtual monitors w/o pipewire streams [Doğukan; !4056]
|
||||||
|
* Improve detecting preferred primary devices [Kamil; !4055]
|
||||||
|
* Fixed crashes [Michel, Jonas, Daniel, José, Jason, Bilal; !4028, !4032,
|
||||||
|
!4019, !4030, !4029, !4059, !4070, !4034]
|
||||||
|
* Misc. bug fixes and cleanups [Sebastian, Florian, Jonas, José, Michel;
|
||||||
|
!4036, !4040, !4016, !3926, !4031, !4047, !4058, !4068, !3980, !3980]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Jonas Ådahl, Michel Dänzer, Bilal Elmoussaoui, José Expósito, Jason Gerecke,
|
||||||
|
Christian Hergert, Doğukan Korkmaztürk, Florian Müllner, Kamil Szczęk,
|
||||||
|
Joan Torres, Daniel van Vugt, Sebastian Wick
|
||||||
|
|
||||||
|
Translators:
|
||||||
|
Vincent Chatelain [fr], Jordi Mas i Hernandez [ca], Daniel Mustieles [es],
|
||||||
|
Jürgen Benvenuti [de]
|
||||||
|
|
||||||
47.0
|
47.0
|
||||||
====
|
====
|
||||||
* Fix resizing of electron windows [Jonas; !3997]
|
* Fix resizing of electron windows [Jonas; !3997]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('mutter', 'c',
|
project('mutter', 'c',
|
||||||
version: '47.0',
|
version: '47.1',
|
||||||
meson_version: '>= 1.3.0',
|
meson_version: '>= 1.3.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue