diff --git a/NEWS b/NEWS index 85bbe4258..893b39f7e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +3.33.92 +======= +* Animate pointer a11y pie timer [Jonas D.; !688] +* Fix restarting shell in systemd user session [Benjamin; !690] +* Misc. bug fixes and cleanups [Florian, Jonas D., Jonas Å., Will; + !691, !689, !692, #1552, !698] + +Contributors: + Jonas Ådahl, Benjamin Berg, Piotr Drąg, Jonas Dreßler, Florian Müllner, + Will Thompson + +Translators: + Daniel Șerbănescu [ro], Danial Behzadi [fa], Daniel Mustieles [es], + Jiri Grönroos [fi], Asier Sarasua Garmendia [eu], Piotr Drąg [pl], + Rūdolfs Mazurs [lv], Anders Jonsson [sv], Fran Dieguez [gl], Jordi Mas [ca], + Matej Urbančič [sl], Zander Brown [en_GB], Ryuta Fujii [ja], Tim Sabsch [de], + Fabio Tomat [fur], Pawan Chitrakar [ne], A S Alam [pa], Changwoo Ryu [ko], + Aurimas Černius [lt], Daniel Rusek [cs], Marek Černocký [cs], + Kukuh Syafaat [id], Goran Vidović [hr], Rafael Fontenelle [pt_BR] + 3.33.91 ======= * Fix regression when adjusting brightness [Florian; #1500] diff --git a/meson.build b/meson.build index 5f67179bc..87569a16e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '3.33.91', + version: '3.33.92', 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.91' +mutter_req = '>= 3.33.92' polkit_req = '>= 0.100' schemas_req = '>= 3.33.1' startup_req = '>= 0.11'