diff --git a/NEWS b/NEWS index cea6f6467..59a9bc1a9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,42 @@ +3.15.92 +======= +* gdm: Fix user list accessibility [Florian; #729603] +* Handle multiline questions in mount operations [Ross; #745713] +* Improve classic theme [Jakub; #745686, #745687] +* Fix ordering of calendar events [Florian; #745988] +* Pick first input source for new windows when per-window [Rui; #746037] +* networkAgent: Show a notification for non-user-initiated password requests + [Giovanni; #660293] +* Fix dismissing calendar events [Florian; #744927] +* Add legacy tray to ctrl-alt-tab popup [Florian; #746022] +* Manage on-screen-keyboard visibility in gnome-shell [Carlos; #745977] +* Add pointer barriers to legacy tray [Cosimo; #746026] +* Use fallback when app icon cannot be resolved [Cosimo; #746219] +* Fix handling of removed smartcard at startup [Ray; #740143] +* gdm: Don't pick a random session for the user [Jasper; #740142] +* Make menu selection behavior consistent with GTK [Florian; #745246] +* gdm: Fix empty user list on user switching [Ray; #719418] +* Misc bug fixes [Florian, Giovanni, Clément, Rui; #745666, #746019, #745861, + #746027, #746223, #737502, #746343, #746288] + +Contributors: + Giovanni Campagna, Cosimo Cecchi, Piotr Drąg, Adel Gadllah, Carlos Garnacho, + Clément Guérin, Ross Lagerwall, Rui Matos, Florian Müllner, Jakub Steiner, + Jasper St. Pierre, Ray Strode + +Translations: + Piotr Drąg [pl], Changwoo Ryu [ko], Milo Casagrande [it], + Baurzhan Muftakhidinov [kk], Мирослав Николић [sr, sr@latin], Balázs Úr [hu], + IWAI, Masaharu [ja], Daniel Korostil [uk], Aurimas Černius [lt], + Matej Urbančič [sl], Daniel Mustieles [es], Kjartan Maraas [nb], + Victor Ibragimov [tg], Claude Paroz [fr], Jordi Mas [ca], Bernd Homuth [de], + Muhammet Kara [tr], Frédéric Péters [fr], Jiri Grönroos [fi], + Alexander Shopov [bg], Stas Solovey [ru], Trần Ngọc Quân [vi], + Samir Ribic [bs], Dušan Kazik [sk], Enrico Nicoletto [pt_BR], + Marek Černocký [cs], A S Alam [pa], Ask Hjorth Larsen [da], + Tom Tryfonidis [el], Alexandre Franke [fr], Yosef Or Boczko [he], + Chao-Hsiung Liao [zh_TW] + 3.15.91 ======= * Don't disable all shortcuts while non-panel menus are open [Florian; #745039] diff --git a/configure.ac b/configure.ac index ce34fb03b..18d9b6e5c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.15.91],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.15.92],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c]) @@ -76,7 +76,7 @@ AC_MSG_RESULT($enable_systemd) CLUTTER_MIN_VERSION=1.21.5 GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1 GJS_MIN_VERSION=1.39.0 -MUTTER_MIN_VERSION=3.15.91 +MUTTER_MIN_VERSION=3.15.92 GTK_MIN_VERSION=3.15.0 GIO_MIN_VERSION=2.37.0 LIBECAL_MIN_VERSION=3.5.3