From 9e388ebcfd48e2b659856cdf8138ebcddd3b02bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 9 Sep 2019 19:20:50 +0000 Subject: [PATCH] Bump version to 3.34.0 Update NEWS. --- NEWS | 14 ++++++++++++++ meson.build | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 893b39f7e..b1f334295 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +3.34.0 +====== +* Handle startup/shutdown of misc X11 services [Carlos; !680] +* Fix sound volume mute/unmute [Iain; #1557] +* Correctly terminate pasted text [Carlos; #1570] + +Contributors: + Carlos Garnacho, Iain Lane + +Translators: + Tom Tryfonidis [el], Milo Casagrande [it], Ryuta Fujii [ja], + Efstathios Iosifidis [el], Carmen Bianca BAKKER [eo], Sabri Ünal [tr], + Dušan Kazik [sk], Balázs Meskó [hu], Claude Paroz [fr] + 3.33.92 ======= * Animate pointer a11y pie timer [Jonas D.; !688] diff --git a/meson.build b/meson.build index 87569a16e..b22f52af8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '3.33.92', + version: '3.34.0', meson_version: '>= 0.47.0', license: 'GPLv2+' ) @@ -26,7 +26,7 @@ gio_req = '>= 2.56.0' gi_req = '>= 1.49.1' gjs_req = '>= 1.57.3' gtk_req = '>= 3.15.0' -mutter_req = '>= 3.33.92' +mutter_req = '>= 3.34.0' polkit_req = '>= 0.100' schemas_req = '>= 3.33.1' startup_req = '>= 0.11'