From a3f5354abba4c88ff33ccdd495c4aa87add9a285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 8 Oct 2018 20:35:07 +0200 Subject: [PATCH] Bump version to 3.30.1 Update NEWS. --- NEWS | 26 ++++++++++++++++++++++++++ meson.build | 4 ++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 053aa0b9c..e0e56f59b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +3.30.1 +====== +* Cancel search on overview hiding [Marco; !205] +* Fix disappearing network icon [Iain; #140] +* Improve switch-monitor shortcut handling [Daniel; !208] +* Fix missing key information in keyring dialog [Florian; #574] +* De-duplicate all entries in run command history [Pascal; #524] +* Fix frozen disk unlock dialogs [Florian; #565] +* Fix unresponsive-app dialog blocking input in other windows [Florian; #273] +* Fix handling of forward-key-event input method signal [Carlos; #531] +* Misc. bug fixes [Florian, Marco, Carlos, Pascal, Andrea; #520, #791233, + !188, #539, !217, #536, #537, #578, !236, #579, !228, #618, #471, !255] + +Contributors: + Andrea Azzarone, Jürg Billeter, Daniel Drake, Carlos Garnacho, Andre Klapper, + Iain Lane, Florian Müllner, Bastien Nocera, Pascal Nowack, Jakub Steiner, + Ray Strode, Will Thompson, Marco Trevisan (Treviño), Adam Williamson, + Andrew Zaborowski + +Translators: + Yuras Shumovich [be], Stas Solovey [ru], Justin van Steijn [nl], + Dušan Kazik [sk], Khaled Hosny [ar], Madis O [et], Mart Raudsepp [et], + Марко Костић [sr], Piotr Drąg [pl], Marek Černocký [cs], Fran Dieguez [gl], + Ask Hjorth Larsen [da], Balázs Meskó [hu], Jiri Grönroos [fi], + Cheng-Chia Tseng [zh_TW] + 3.30.0 ====== diff --git a/meson.build b/meson.build index 18636c2f9..bfe4ee8a6 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '3.30.0', + version: '3.30.1', meson_version: '>= 0.47.0', license: 'GPLv2+' ) @@ -23,7 +23,7 @@ gi_req = '>= 1.49.1' gjs_req = '>= 1.47.0' gtk_req = '>= 3.15.0' json_glib_req = '>= 0.13.2' -mutter_req = '>= 3.30.0' +mutter_req = '>= 3.30.1' polkit_req = '>= 0.100' schemas_req = '>= 3.27.90' startup_req = '>= 0.11'