From 9075a5bf1e6337a81e3e1afd00011a283d068a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 5 Jan 2020 12:15:29 +0100 Subject: [PATCH] Bump version to 3.35.3 Update NEWS. --- NEWS | 15 +++++++++++++++ meson.build | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f7a4a592f..84e4d7f9f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +3.35.3 +====== +* backends/native: Correct dy value in pinch gesture event [Yariv; !974] +* Upload clipping rectangles in parallel [Daniel; !969] +* More cogl API cleanups [Adam; !978, !977, !973] +* Fix window recording on HiDPI [Pascal; !976] +* Fix top-left pixel being insensitive to clicks [Sebastian; #893] +* Misc. bug fixes and cleanups [Daniel, Adam; !979, !980] + +Contributors: + Yariv Barkan, Adam Jackson, Sebastian Keller, Pascal Nowack, Daniel van Vugt + +Translators: + Fran Dieguez [gl], Dz Chen [zh_CN] + 3.35.2 ====== * Don't emit focus event after destruction [Marco; gnome-shell#1704, !860] diff --git a/meson.build b/meson.build index d4b2c554c..700a36029 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '3.35.2', + version: '3.35.3', meson_version: '>= 0.50.0', license: 'GPLv2+' )