From 56ec31d6d2ff57dee7c989d49daf43b3266161b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 14 Sep 2020 21:04:33 +0200 Subject: [PATCH] Bump version to 3.38.0 Update NEWS. --- NEWS | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b5e3dff6f..0671e3621 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +3.38.0 +====== +* screencast: Only use DMA buffers for i915 [Jonas; !1442] +* Fixed crashes [Jonas, Simon; !1430, #1414] + +Contributors: + Simon McVittie, Jonas Ådahl + +Translators: + Anders Jonsson [sv], Gil Forcada [ca], Balázs Meskó [hu], Tim Sabsch [de], + Milo Casagrande [it], Bruce Cowan [en_GB], Rūdolfs Mazurs [lv] + 3.37.92 ======= * Fix stale cursor positions in remote desktop sessions [Georges; !1417] diff --git a/meson.build b/meson.build index cb6c6a2b4..85ac8f791 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '3.37.92', + version: '3.38.0', meson_version: '>= 0.51.0', license: 'GPLv2+' )