summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-05-28 21:01:44 +0200
committerFlorian Müllner <fmuellner@gnome.org>2022-05-28 21:02:49 +0200
commit10cece870cf25c15daa8b20130d328257ec5f132 (patch)
tree067d427b0c1b4cc8ec11fe7881ba4cdc847b22bf
parent7ac22a5600a3db1cab9b235a15df73442138ca0c (diff)
downloadmutter-42.2.tar.gz
Bump version to 42.242.2
Update NEWS.
-rw-r--r--NEWS19
-rw-r--r--meson.build2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bbd36d0b4..59b0c0ecb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+42.2
+====
+* Don't use direct scanout for transparent windows [Sebastian; !2409]
+* Fix initialization of privacy mode in displays that support it [Marco; !2372]
+* Fix --replace again [Jonas; !2432]
+* Improve picking a window for direct scanout [Sebastian; !2413]
+* Do not allow windows to steal focus when the shell has a grab [Carlos; !2433]
+* Fix night light without GAMMA_LUT property [Jonas; !2435]
+* Fixed crash [Jonas; !2415]
+* Misc. bug fixes [Jonas, Kazuki, Sebastian, Florian; !2403, !2405,
+ !2414, !2436]
+
+Contributors:
+ Marco Trevisan (Treviño), Carlos Garnacho, Kazuki Hashimoto, Sebastian Keller,
+ Florian Müllner, Jonas Ådahl
+
+Translators:
+ Pawan Chitrakar [ne]
+
42.1
====
* Send correct LEAVE events when entering windows [Jonas D.; !2321]
diff --git a/meson.build b/meson.build
index d6c1e10b6..78f94b112 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '42.1',
+ version: '42.2',
meson_version: '>= 0.55.0',
license: 'GPLv2+'
)