From 8864816b94205c52037f9258123ec6c3d4cd38c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 22 Jun 2019 00:22:52 +0200 Subject: [PATCH] Bump version to 3.33.3 Update NEWS. --- NEWS | 27 +++++++++++++++++++++++++++ meson.build | 4 ++-- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 38b745c58..33210b6d2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +3.33.3 +====== +* Prepare for optional X11 [Carlos; !378] +* Fix opening window menu [Marco; !557] +* Reload search providers when installed applications change [Cosimo; !562] +* Implement locate-pointer accessibility feature [Olivier; #981] +* Allow to disable window menus via session mode [Cosimo; !569] +* Implement mouse accessibility [Olivier; !474] +* Call GDM's RegisterSession() after startup [Iain; !570] +* Fix extended keys popups being hidden by on-screen keyboard [Marco; !583] +* Fix top bar being hidden by lock screen [Jonas; !571] +* Update theme to better match GTK's Adwaita [Frederik; #841] +* Set up GJS profiler when GJS_TRACE_FD is set [Christian; !573] +* Misc. bug fixes and cleanups [Jonas, Cosimo, Robert, Florian, Marco, Simon, + Laurent, Niels, Will; !551, !555, !464, #1333, !565, !572, !568, !558, #1205, + #1336, !579, !576, #1392, !582, !586, #1406, #1351] + +Contributors: + Laurent Bigonville, Cosimo Cecchi, Piotr Drąg, Jonas Dreßler, + Frederik Feichtmeier, Olivier Fourdan, Carlos Garnacho, Niels De Graef, + Christian Hergert, Iain Lane, Robert Mader, Florian Müllner, Simon Schampijer, + Jakub Steiner, Will Thompson, Marco Trevisan (Treviño) + +Translators: + Kukuh Syafaat [id], Balázs Meskó [hu], Daniel Mustieles [es], + Fabio Tomat [fur], Nathan Follens [nl], Goran Vidović [hr], Jordi Mas [ca] + 3.33.2 ====== * Fix keeping actors visible in scrollviews [Marco; #1061] diff --git a/meson.build b/meson.build index 69ea05c90..581a2aed9 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '3.33.2', + version: '3.33.3', meson_version: '>= 0.47.0', license: 'GPLv2+' ) @@ -23,7 +23,7 @@ gi_req = '>= 1.49.1' gjs_req = '>= 1.57.3' gtk_req = '>= 3.15.0' json_glib_req = '>= 0.13.2' -mutter_req = '>= 3.33.2' +mutter_req = '>= 3.33.3' polkit_req = '>= 0.100' schemas_req = '>= 3.27.90' startup_req = '>= 0.11'