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+' )