summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2023-03-19 20:47:29 +0100
committerFlorian Müllner <fmuellner@gnome.org>2023-03-19 23:24:00 +0100
commit78248ea0d83c936f3e2de97d43f3a7ab39039776 (patch)
tree470de5581d5433b250cba94ac6dba264ca3562d4
parent72b2d199a30f14c132df2574c1085241a46c6758 (diff)
downloadmutter-78248ea0d83c936f3e2de97d43f3a7ab39039776.tar.gz
Bump version to 42.942.9
Update NEWS.
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3b9817ffb..f55f1ee68 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+42.9
+====
+* Do not overwrite previously set offsets on attach [Matthias; !2843]
+* Don't disable KMS modifiers on newer i915 systems [Sameer; !2641]
+* Reduce memory bandwidth usage in some GPUs [Erico; !2091]
+* Fix pointer constrains with subsurfaces [Robert; !2717]
+* Fix partial updates on offscreen rotated screens [Robert; !2860]
+* Do not require a physical device to update pointer visibility [Carlos; !2766]
+* Fix Xwayland focus regressions [Carlos; !2878]
+
+Contributors:
+ Matthias Clasen, Carlos Garnacho, Sameer Lattannavar, Robert Mader,
+ Erico Nunes
+
42.8
====
* Skip resize effects for tiled windows during user grabs [Michael; !2579]
diff --git a/meson.build b/meson.build
index 1ef52a611..1f44859a1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '42.8',
+ version: '42.9',
meson_version: '>= 0.55.0',
license: 'GPLv2+'
)