summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-12-05 23:18:35 +0100
committerFlorian Müllner <fmuellner@gnome.org>2022-12-05 23:26:17 +0100
commit1bd8a90538e314521ebfd3dd243b4a501f98a357 (patch)
tree826fb4bb1f5bd061893df53f97033f5cb4ae51ed
parentc915945e990e7234b5e80a8194348769a4c2c24d (diff)
downloadmutter-1bd8a90538e314521ebfd3dd243b4a501f98a357.tar.gz
Bump version to 42.742.7
Update NEWS.
-rw-r--r--NEWS16
-rw-r--r--meson.build2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c74b57e26..f97404403 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+42.7
+====
+* Always send modifiers to clients if supported [Jonas Å.; !2546]
+* Make NVIDIA + gbm use atomic mode setting [Jonas Å.; !2578]
+* Disable client modifiers with amdgpu driver [Michel; !2637]
+* Handle stage view updates without allocation more gracefully [Jonas D.; !2694]
+* Fix window screenshots being cut off at the bottom right [Sebastian K.; !2720]
+* Implement wl_output v3 and v4 [Robert; !2692]
+* Fix recalculating viewport after window resize [Sebastian Kr.; !2689]
+* Fixed crashes [Jonas Å., msizanoen1, Jonas D.; !2553, !2711, !2690, !2691]
+* Misc. bug fixes and cleanups [Jonas Å., Bram; !2716, !2724, !2645, !2704]
+
+Contributors:
+ Jonas Dreßler, Michel Dänzer, Sebastian Keller, Sebastian Krzyszkowiak,
+ Robert Mader, Bram Stolk, msizanoen1, Jonas Ådahl
+
42.6
====
* Add quirk to work around issue with Mali GPUs [Daniel; #2354]
diff --git a/meson.build b/meson.build
index 10398f907..8a741159e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '42.6',
+ version: '42.7',
meson_version: '>= 0.55.0',
license: 'GPLv2+'
)