From 560055fc976ed9db659c12e803ebdb490fe08364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 17 Feb 2020 13:05:40 +0100 Subject: [PATCH] Bump version to 3.35.91 Update NEWS. --- NEWS | 20 ++++++++++++++++++++ meson.build | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 109b7a6ba..769cadd77 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +3.35.91 +======= +* Honor accelerometer orientation on monitor config changes [Hans; !959] +* Enable culling for integer-scaled actors [Robert; !1036] +* Add ClutterSeat::touch-mode property [Carlos; !1044] +* Fix mis-scaling when streaming windows [Olivier; !1022] +* Make the cursor renderer use the transactional KMS API [Jonas; !930] +* Advertise MetaMonitor as wl_output [Olivier; !994] +* Fix culling of XWayland windows [Robert; !1049] +* Only consider enabled effects when disabling culling [Robert; !1052] +* Misc. bug fixes and cleanups [Olivier, Sergio, Adam, Carlos, Björn; !1040, + #985, !1024, !1039, !1051] + +Contributors: + Sergio Costas, Björn Daase, Olivier Fourdan, Carlos Garnacho, Hans de Goede, + Adam Jackson, Robert Mader, Jonas Ådahl + +Translators: + sicklylife [ja] + 3.35.90 ======= * Cull out clip region [Robert; !985] diff --git a/meson.build b/meson.build index e08892c4f..daa6cc6fb 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '3.35.90', + version: '3.35.91', meson_version: '>= 0.50.0', license: 'GPLv2+' )