summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b58a62528..c74b57e26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+42.6
+====
+* Add quirk to work around issue with Mali GPUs [Daniel; #2354]
+* Stop sending frame callbacks to minimized clients [Robert; !2662]
+* Fixed crashes [Jonas, Carlos, Max; !2646, !2592, !2661, !2655]
+* Misc. bug fixes and cleanups [Carlos; !2594]
+
+Contributors:
+ Carlos Garnacho, Robert Mader, Daniel van Vugt, Max Zhao, Jonas Ã…dahl
+
42.5
====
* Improve heuristics for adding fallback monitor modes [Mario; !2586]
diff --git a/meson.build b/meson.build
index 4ac563e00..10398f907 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '42.5',
+ version: '42.6',
meson_version: '>= 0.55.0',
license: 'GPLv2+'
)