From 623d56293323303b4c4b2636cd56f2b9788324fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 11 Aug 2020 15:20:10 +0200 Subject: [PATCH] Bump version to 3.37.90 Update NEWS. --- NEWS | 27 +++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 776f99a26..af44e353e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +3.37.90 +======= +* Fix using NEAREST filter for backgrounds on scaled monitors [Daniel V.; !1346] +* Screencast fixes and improvements [Jonas; !1361, !1377, !1391] +* Support tap-button-map and tap-drag-lock touchpad settings [Giusy; !1319] +* Fix wine copy & paste [Sebastian; !1369] +* Fix shadows of server-side decorated XWayland windows [Olivier; #1358] +* Replace some loaded terms with more descriptive ones [Olivier; !1396] +* Add API to launch trusted wayland clients [Sergio; #741] +* Skip displays with 'non-desktop' property set [Philipp; !1393] +* Invalidate offscreen effect cache on video memory purge [Daniel V.; !1374] +* Add wl_shm support for 10 bpc and 16 bpc half float formats [Jonas; !804] +* Fixed crashes [Jonas, Erik, Martin; !1365, !1375, #1343] +* Misc. bug fixes and cleanups [Daniel V., Carlos, Olivier, Christian, + Daniel * G., Jonas, Florian; !1370, !1376, !1385, !1352, !1386, !1390, + !1388, !1397, !1398, !1401] + +Contributors: + Jonas Ådahl, Sergio Costas, Olivier Fourdan, Carlos Garnacho, + Christian Hergert, Sebastian Keller, Erik Kurzinger, Giusy Margarita, + Daniel García Moreno, Florian Müllner, Daniel van Vugt, Martin Whitaker, + Philipp Zabel + +Translators: + Fabio Tomat [fur], Rafael Fontenelle [pt_BR], Jordi Mas [ca], + Yuri Chornoivan [uk], Alexandre Franke [fr] + 3.37.3 ====== * Support custom keyboard layouts in $XDG_CONFIG_HOME/xkb [Peter; !936] diff --git a/meson.build b/meson.build index 3ab9c48f6..b9fadd4e4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '3.37.3', + version: '3.37.90', meson_version: '>= 0.51.0', license: 'GPLv2+' )