summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-05-06 18:51:44 +0200
committerFlorian Müllner <fmuellner@gnome.org>2022-05-06 18:51:44 +0200
commit8cb11b4a1b6852791ebcae5a4d745f5b0eabc40b (patch)
treebef9a2b87571fbfe9e8c2c48d41adca457bd6464
parent6147e3e2cfec13fdd4d24d54eb355c32bdb076fb (diff)
downloadmutter-8cb11b4a1b6852791ebcae5a4d745f5b0eabc40b.tar.gz
Bump version to 41.641.6
Update NEWS.
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8ec915e76..cb0d2c211 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+41.6
+====
+* Fix missing root window properties after XWayland start [Olivier; !2336]
+
+Contributors:
+ Olivier Fourdan
+
41.5
====
* Fix X11 → wayland drops ending up in the wrong wayland client [Olivier; !2305]
diff --git a/meson.build b/meson.build
index fa31295b5..d673a6e8e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '41.5',
+ version: '41.6',
meson_version: '>= 0.53.0',
license: 'GPLv2+'
)