From dc75c7d297fac4b047e4fbaa0186720e9d6b1e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 3 Jun 2020 00:58:18 +0200 Subject: [PATCH] Bump version to 3.36.3 Update NEWS. --- NEWS | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 99795f5c4..60ad8edef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +3.36.3 +====== +* Broadcast clipboard/primary offers [Carlos; !1262] +* Fix monitor screen cast on X11 [Jonas Å.; !1251] +* Implement touch-mode detecation for the X11 backend [Carlos; !1278] +* Drop external keyboard detection from touch-mode heuristics [Carlos; !1277] +* Fix leaked DMA buffers in screencasts [Jonas; !1283] +* Fixed crashes [Daniel, Carlos, Jonas D.; !1256, !1258, !1280] + +Contributors: + Carlos Garnacho, Daniel van Vugt, Jonas Ådahl + 3.36.2 ====== * Sync timelines to hardware vsync [Daniel; !724] diff --git a/meson.build b/meson.build index ed9cc88c3..bce6095fe 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '3.36.2', + version: '3.36.3', meson_version: '>= 0.50.0', license: 'GPLv2+' )