summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2020-04-30 17:11:01 +0200
committerFlorian Müllner <fmuellner@gnome.org>2020-04-30 17:13:07 +0200
commit48ffbb582404c1d52196eb6cc5f082c31ca4910c (patch)
tree26ab1f22e0ed18345d24db3ce38809af091c9d74
parent129d1347044731d0d43c3f77b7a901a54e6cc271 (diff)
downloadmutter-48ffbb582404c1d52196eb6cc5f082c31ca4910c.tar.gz
Bump version to 3.34.63.34.6
Update NEWS.
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1a43eda71..438cdc3b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+3.34.6
+======
+* Fix various clipboard issues [Carlos; !1198, !1203, !1204, !1186, !1206]
+* Fix locate-pointer feature interfering with keybindings [Carlos; !1014]
+* Fix overview key on X11 when using multiple keyboard layouts [Olivier; !1219]
+* Preserve keyboard state on VT switch [Olivier; !1185]
+* Fixed crashes [Florian; #1083]
+* Plugged memory leaks [Sebastian; !1001]
+* Misc. bug fixes and cleanups [Pekka, Laurent; !1209, #1074]
+
+Contributors:
+ Laurent Bigonville, Olivier Fourdan, Carlos Garnacho, Sebastian Keller,
+ Florian Müllner, Pekka Paalanen
+
3.34.5
======
* Fix visibility of initially hidden windows [Jonas; !1066]
diff --git a/meson.build b/meson.build
index 388dc61aa..29d495b52 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '3.34.5',
+ version: '3.34.6',
meson_version: '>= 0.50.0',
license: 'GPLv2+'
)