summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2023-02-11 19:24:29 +0100
committerFlorian Müllner <fmuellner@gnome.org>2023-02-13 19:12:26 +0100
commita63755bdad7d8bffdbbc649178d759c37dacce01 (patch)
tree98df2c8fd6f75b79d8e85c29a26a50720eed9975
parent8aa9916c8b3707c2b8c5978c9d05cc45824ba07a (diff)
downloadmutter-a63755bdad7d8bffdbbc649178d759c37dacce01.tar.gz
Bump version to 43.343.3
Update NEWS.
-rw-r--r--NEWS28
-rw-r--r--meson.build2
2 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 87b5451b6..20651e437 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+43.3
+====
+* 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; !2755]
+* Fix cursor disappearing over windows during grabs [Carlos; !2754]
+* Fix pointer constrains with subsurfaces [Robert; !2717]
+* Make wl_output mode independent of the orientation [Sebastian; !2723]
+* Improve focus handling on workspace switches [Sebastian; !2747]
+* Fix cursor position in window screencasts [Georges; !2737]
+* Do not require a physical device to update pointer visibility [Carlos; !2766]
+* Fix initialization of keyboard accessibility [Carlos; !2750, !2778]
+* Fix freeze when crossing monitors under some conditions [Carlos; !2803]
+* Don't allow window activation to break global grabs
+ [Florian, Carlos; !2776, !2832]
+* Fixed crashes [Georges, Daniel, Jonas; !2736, !2674, !2794]
+* Plugged leak [Niels; !2799]
+* Misc. bug fixes and cleanups [Robert, Jonas, Georges, Carlos; !2671, !2707,
+ !2762, !2767, !2811, gnome-shell#6137]
+
+Contributors:
+ Carlos Garnacho, Niels De Graef, Robert Mader, Florian Müllner,
+ Georges Basile Stavracas Neto, Daniel van Vugt, Michael Webster,
+ Sebastian Wick, Jonas Ådahl
+
+Translators:
+ Aleksandr Melman [ru]
+
43.2
====
* Fix edge resistance and window snapping regression [John; !2687]
diff --git a/meson.build b/meson.build
index 07460c0f1..bcacf4bae 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '43.2',
+ version: '43.3',
meson_version: '>= 0.55.0',
license: 'GPLv2+'
)