summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2023-04-24 12:25:45 +0200
committerFlorian Müllner <fmuellner@gnome.org>2023-04-25 16:52:57 +0200
commiteedb556bb42a3de1423ec77ca11b7f014462c9e7 (patch)
tree2c226b21945b5a97e2bf31d140c76dc2ae71ce3a
parent42b121e3deb7a4bb09194ff97c980a6e2048e8e0 (diff)
downloadmutter-43.5.tar.gz
Bump version to 43.543.5
Update NEWS.
-rw-r--r--NEWS12
-rw-r--r--meson.build2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 65e5d1cf8..27862914b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+43.5
+====
+* Fix recording windows on non-active workspaces [Robert; !2789]
+* Fixed crashes [Colin, Sebastian, Jonas; !2917, !2955, !2969]
+* Misc. bug fixes and cleanups [Ivan; !2928]
+
+Contributors:
+ Jonas Ådahl, Sebastian Keller, Colin Kinloch, Robert Mader, Ivan Molodetskikh
+
+Translators:
+ Nart Tlisha [ab]
+
43.4
====
* Do not overwrite previously set offsets on attach [Matthias; !2843]
diff --git a/meson.build b/meson.build
index edbbf8bf1..d37eddd83 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '43.4',
+ version: '43.5',
meson_version: '>= 0.55.0',
license: 'GPLv2+'
)