diff --git a/NEWS b/NEWS index 8b9c99028..f9686c907 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +3.22.3 +====== +* Work around portal failures by using a URL without HTPPS redirect + [Debarshi; #769940] +* Fix replacing of GNotifications [Florian; #775149] +* Reload apps on .desktop file content changes [Adrian; #773636] +* Fix subsurfaces not showing up in previews [Rui; #756715] +* Fix theme node transitions [Florian; #778145] +* Don't allow type ahead at the login screen [Ray; #766139] +* Misc. bug fixes [Florian, Niels, Jonas, Michael; #774643, #774805, #775507, + #776130, #759793, #745626] + +Contributors: + Jonas Ådahl, Michael Catanzaro, Niels De Graef, Rui Matos, Florian Müllner, + Adrian Perez de Castro, Debarshi Ray, Ray Strode + +Translations: + Piotr Drąg [pl], Marek Černocký [cs], Мирослав Николић [sr, sr@latin], + Rafael Fontenelle [pt_BR], Baurzhan Muftakhidinov [kk], Jiri Grönroos [fi], + Dušan Kazik [sk], Balázs Meskó [hu], Stas Solovey [ru], + Christian Kirbach [de], Anders Jonsson [sv], Gianvito Cavasoli [it], + Aurimas Černius [lt], Alexandre Franke [fr], Mandy Wang [zh_CN] + 3.22.2 ====== * Fix OSD popup glitches [Cosimo; #772723, #772287] diff --git a/configure.ac b/configure.ac index c8f89062f..6eda870ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.22.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.22.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AX_IS_RELEASE([git-directory]) AC_CONFIG_HEADERS([config.h])