Bump version to 3.34.5

Update NEWS.
This commit is contained in:
Florian Müllner 2020-03-31 01:17:00 +02:00
parent aeb781acd6
commit 1a3dfd8110
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@ -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]

View File

@ -1,5 +1,5 @@
project('mutter', 'c',
version: '3.34.4',
version: '3.34.5',
meson_version: '>= 0.50.0',
license: 'GPLv2+'
)