summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2023-02-11 19:32:16 +0100
committerFlorian Müllner <fmuellner@gnome.org>2023-02-13 19:08:48 +0100
commit98fc661de463bd5e8693176dd2693e7b005a426f (patch)
tree9a23129521eb4a90e6e79d975fff96911ce00e2c
parent8cdabfd91f025d2e03b24aa665408a7640252bd2 (diff)
downloadmutter-98fc661de463bd5e8693176dd2693e7b005a426f.tar.gz
Bump version to 42.842.8
Update NEWS.
-rw-r--r--NEWS21
-rw-r--r--meson.build2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f97404403..3b9817ffb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+42.8
+====
+* Skip resize effects for tiled windows during user grabs [Michael; !2579]
+* Disable direct scanout during drag-n-drop operations [Robert; !2677]
+* Ignore unmapped subsurfaces in direct scanout check [Robert; !2671]
+* Fix cursor disappearing over windows during grabs [Carlos; !2754]
+* Fix cursor position in window screencasts [Georges; !2737]
+* Fix initialization of keyboard accessibility [Carlos; !2750, !2778]
+* Don't allow window activation to break global grabs
+ [Florian, Carlos; !2776, !2832]
+* Fixed crashes [Georges, Jonas; !2736, !2609]
+* Plugged leak [Niels; !2799]
+* Misc. bug fixes and cleanups [Jonas, Georges, Carlos; !2707, !2762, !2767]
+
+Contributors:
+ Carlos Garnacho, Niels De Graef, Robert Mader, Florian Müllner,
+ Georges Basile Stavracas Neto, Nart Tlisha, Michael Webster, Jonas Ådahl
+
+Translators:
+ Nart Tlisha [ab]
+
42.7
====
* Always send modifiers to clients if supported [Jonas Å.; !2546]
diff --git a/meson.build b/meson.build
index 8a741159e..1ef52a611 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '42.7',
+ version: '42.8',
meson_version: '>= 0.55.0',
license: 'GPLv2+'
)