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+' )