summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2020-03-31 01:17:00 +0200
committerFlorian Müllner <fmuellner@gnome.org>2020-03-31 01:17:00 +0200
commit1a3dfd8110cbdbf752b3431ef3a1aa1f684d05e9 (patch)
treeed5c9da43eb172c351afec30fabe70cba7e2280a
parentaeb781acd65795fbb7e8c425174a07cb98119691 (diff)
downloadmutter-1a3dfd8110cbdbf752b3431ef3a1aa1f684d05e9.tar.gz
Bump version to 3.34.53.34.5
Update NEWS.
-rw-r--r--NEWS13
-rw-r--r--meson.build2
2 files changed, 14 insertions, 1 deletions
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+'
)