From c38196dd850609de2f458dc7e4705efc871a5549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 31 Mar 2020 01:28:47 +0200 Subject: [PATCH] Bump version to 3.34.5 Update NEWS. --- NEWS | 15 +++++++++++++++ meson.build | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2b6337188..24205e969 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +3.34.5 +====== +* Leave overview when locking the screen [Jonas D.; !1043] +* Avoid IO on the main thread [Christian; !1050] +* Fix OSK layout fallback for unsupported variants [Florian; #2471] +* Fix high-contrast/symbolic icon mix-up [Florian; #2414] +* Misc. bug fixes and cleanups [Jonas Å., Florian; !1032, #2386] + +Contributors: + Jonas Dreßler, Christian Hergert, Florian Müllner, Jwtiyar Nariman, + Jonas Ådahl + +Translators: + Jwtiyar Nariman [ckb] + 3.34.4 ====== * Switch screen-recorder back to VP8 [Björn; #256] diff --git a/meson.build b/meson.build index c9f1e2c4c..8663b1d80 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '3.34.4', + version: '3.34.5', meson_version: '>= 0.47.0', license: 'GPLv2+' )