From ff54b0d35e1d25f97ecd2ed2a4ec6118dda8546e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 1 Mar 2020 02:09:03 +0100 Subject: [PATCH] Bump version to 3.35.92 Update NEWS. --- NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++ meson.build | 4 ++-- 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5fe4938a5..1148a4519 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,49 @@ +3.35.92 +======= +* Plug a memory leak [Jonas D.; !1015] +* Fix missing "back" button on login screen [Florian; #2228] +* Fix width of window preview titles in overview [Jonas D.; #58] +* Fix looking glass text with light style variant [Feichtmeier; !1023] +* Center unlock entry [Florian; !1021] +* Hide overlay scrollbars in notification popup [Jonas D.; !1013] +* Work around add_actor() slowness in icon spring animation [Daniel; !1002] +* Add disable-animations heuristics [Jonas Å.; !757] +* Fix visual glitches in on-screen keyboard [Carlos; #2214] +* Fix clearing changed textures from cache [Florian; #2244] +* Fix visual glitch in sliders [Daniel; #1569] +* Stop using dedicated lock screen background [Florian; !1001] +* Fix entries disappearing after authentication errors [Florian; #2236] +* Fix crash when animations are disabled [Florian; #2255] +* Fix passing pointer events to clients when magnified [Jonas D.; !993] +* Fix keynav on new lock screen [Florian; #2210] +* Avoid short-lived allocations on actor removal [Christian; #2263] +* Fix super-sized default avatars in user list [Florian, Sam; #2242] +* Leave overview when locking the screen [Jonas D.; !1043] +* Hide message list on login screen [Florian; #2241] +* Avoid IO on the main thread [Christian, Florian; !1050, !1051] +* Fix window animations getting stuck when client doesn't respond [Jonas; !1055] +* Only subscribe to touchpad events for touchpad gestures [Daniel; !925] +* Start X11 session services before Xwayland clients [Carlos; !836, !1056] +* Only show switch-user button with unlock prompt [Florian; !1029] +* Misc. bug fixes and cleanups [Jonas D., Florian, Georges, Jonas Å., Daniel, + Jakub, Philippe; !1018, !1020, !1024, !1027, !1026, !1022, !1031, !1035, + !1032, !1025, !1039, #2157, !1037, !1042, !1047, !1048, #2270, !1046, + !167, !1016] + +Contributors: + Jonas Dreßler, Feichtmeier, Carlos Garnacho, Christian Hergert, Sam Hewitt, + Florian Müllner, Georges Basile Stavracas Neto, Jakub Steiner, Philippe Troin, + Daniel van Vugt, Jonas Ådahl + +Translators: + Danial Behzadi [fa], Efstathios Iosifidis [el], Daniel Mustieles [es], + Sabri Ünal [tr], sicklylife [ja], Piotr Drąg [pl], Jordi Mas [ca], + Anders Jonsson [sv], Chao-Hsiung Liao [zh_TW], Asier Sarasua Garmendia [eu], + Rafael Fontenelle [pt_BR], Марко Костић [sr], Changwoo Ryu [ko], + Charles Monzat [fr], Jiri Grönroos [fi], Jor Teron [mjw], Bruce Cowan [en_GB], + Emin Tufan Çetin [tr], Alan Mortensen [da], Balázs Úr [hu], Fran Dieguez [gl], + Kukuh Syafaat [id] + 3.35.91 ======= * Improve magnifier [Carlos; !984] diff --git a/meson.build b/meson.build index 910a3e9ae..91193221c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '3.35.91', + version: '3.35.92', meson_version: '>= 0.47.0', license: 'GPLv2+' ) @@ -25,7 +25,7 @@ gio_req = '>= 2.56.0' gi_req = '>= 1.49.1' gjs_req = '>= 1.63.2' gtk_req = '>= 3.15.0' -mutter_req = '>= 3.35.91' +mutter_req = '>= 3.35.92' polkit_req = '>= 0.100' schemas_req = '>= 3.33.1' startup_req = '>= 0.11'