From 0ada312748df038a818ff573ba5b5bc341c7fb23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 22 May 2019 18:21:15 +0000 Subject: [PATCH] Bump version to 3.33.2 Update NEWS. --- NEWS | 17 +++++++++++++++++ meson.build | 6 +++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 8830b2539..38b745c58 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +3.33.2 +====== +* Fix keeping actors visible in scrollviews [Marco; #1061] +* Move some chrome above popup windows [Jonas D.; !358] +* Include 'sandboxed-app-id' in winodw introspection info [Florian; #1289] +* Port to libecal-2.0 [Milan; !501] +* Support TCRYPT in mount password dialog [segfault; !126] +* Misc. bug fixes and cleanups [Florian, Marco, Veerasamy; !517, #745, !499, + !510, !515, !546, !549] + +Contributors: + Cosimo Cecchi, Milan Crha, Jonas Dreßler, Florian Müllner, segfault, + Veerasamy Sevagen, Marco Trevisan (Treviño) + +Translators: + Daniel Mustieles [es] + 3.33.1 ====== * Refine the app menu [Florian; #968] diff --git a/meson.build b/meson.build index e57e1928f..efe45734e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '3.33.1', + version: '3.33.2', meson_version: '>= 0.47.0', license: 'GPLv2+' ) @@ -20,10 +20,10 @@ gcr_req = '>= 3.7.5' gdesktop_req = '>= 3.7.90' gio_req = '>= 2.56.0' gi_req = '>= 1.49.1' -gjs_req = '>= 1.54.0' +gjs_req = '>= 1.57.2' gtk_req = '>= 3.15.0' json_glib_req = '>= 0.13.2' -mutter_req = '>= 3.33.1' +mutter_req = '>= 3.33.2' polkit_req = '>= 0.100' schemas_req = '>= 3.27.90' startup_req = '>= 0.11'