summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 59b0c0ecb..f05b420b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+42.3
+====
+* wayland: Fix rotation transform [Robert; !1055]
+* Fix dma-buf screencast regression [Jonas; !2462]
+* Fix monitor mirroring in some cases [Jonas; !2492]
+* Fixed crash [Jonas; !2364]
+* Plugged leak [Michel; !2469]
+
+Contributors:
+ Michel Dänzer, Robert Mader, Jonas Ådahl
+
42.2
====
* Don't use direct scanout for transparent windows [Sebastian; !2409]
diff --git a/meson.build b/meson.build
index 78f94b112..124f1b67d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '42.2',
+ version: '42.3',
meson_version: '>= 0.55.0',
license: 'GPLv2+'
)