summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--meson.build2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 218d68a3a..b58a62528 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+42.5
+====
+* Improve heuristics for adding fallback monitor modes [Mario; !2586]
+* Fixed crash [Steev; !2577]
+* Misc. bug fixes and cleanups [Simon, Jonas; !2580, !2601]
+
+Contributors:
+ Carlos Garnacho, Steev Klimaszewski, Mario Limonciello, Simon McVittie,
+ Jonas Ådahl
+
+Translators:
+ Zurab Kargareteli [ka], Sveinn í Felli [is]
+
42.4
====
* screencast: Set correct stride when using dmabufs [Pascal; !2514]
diff --git a/meson.build b/meson.build
index 05aeb4609..4ac563e00 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '42.4',
+ version: '42.5',
meson_version: '>= 0.55.0',
license: 'GPLv2+'
)