summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-03-20 20:33:15 +0100
committerFlorian Müllner <fmuellner@gnome.org>2022-03-20 20:33:15 +0100
commit17926e941d67867911c462737f4d013adb55e4d6 (patch)
treee10b4a5d01d123bdd59ec048f851c818153593ee
parent0f68e57444b3eb932de1acfe89ba7022f47882ce (diff)
downloadmutter-41.5.tar.gz
Bump version to 41.541.5
Update NEWS. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2344>
-rw-r--r--NEWS11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0efcd59cc..8ec915e76 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+41.5
+====
+* Fix X11 → wayland drops ending up in the wrong wayland client [Olivier; !2305]
+* Allow forcing EGLStream backend [Jonas; !2132]
+
+Contributors:
+ Olivier Fourdan, Jonas Ådahl
+
+Translators:
+ Christian Kirbach [de]
+
41.4
====
* Fix DND between X11 and wayland clients [Carlos; !2124]
diff --git a/meson.build b/meson.build
index d3a6bf0ca..fa31295b5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '41.4',
+ version: '41.5',
meson_version: '>= 0.53.0',
license: 'GPLv2+'
)