From 1a3dfd8110cbdbf752b3431ef3a1aa1f684d05e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 31 Mar 2020 01:17:00 +0200 Subject: Bump version to 3.34.5 Update NEWS. --- NEWS | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 132068a94..1a43eda71 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +3.34.5 +====== +* Fix visibility of initially hidden windows [Jonas; !1066] +* Fix hardware cursor on GPU hotplug [Pekka; !1097] +* Fix pasting images from wayland [Robert, Carlos; !1141, #1065] +* Fixed crashes [Florian, Olivier, Jonas; #1029, !1073, !1121, !1120] + +Contributors: + Olivier Fourdan, Carlos Garnacho, Robert Mader, Florian Müllner, + Pekka Paalanen, Jonas Ådahl + +Translators: + Yi-Jyun Pan [zh_TW] 3.34.4 ====== * Handle mode set race conditions more gracefully [Jonas; !1007] diff --git a/meson.build b/meson.build index 1c433d3cc..388dc61aa 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '3.34.4', + version: '3.34.5', meson_version: '>= 0.50.0', license: 'GPLv2+' ) -- cgit v1.2.1