diff --git a/NEWS b/NEWS index 8a92f041e..745f295f7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +3.25.91 +======= +* Open context menu of highlighted search result on Shift+F10 [Florian; #675315] +* Fix mid-sentence capitalization in weather forecasts [Florian; #779873] +* Add switcher popup to cycle through monitor configurations [Rui; #783550] +* Offer system actions in search [Rares; #691900] +* Misc. bug fixes [Mario, Florian, Rui; #777519, #786120, #786145, #786419, + #786526, #786520, #786520, #786146] + +Contributors: + Emmanuele Bassi, Marek Cernocky, Piotr Drąg, Carlos Garnacho, Rui Matos, + Florian Müllner, Mario Sanchez Prada, Rares Visalom + +Translations: + Marek Cernocky [cs], Piotr Drąg [pl], Muhammet Kara [tr], + Мирослав Николић [sr, sr@latin], Kukuh Syafaat [id], + Baurzhan Muftakhidinov [kk], Aurimas Černius [lt], Fran Dieguez [gl], + gogo [hr], Jordi Mas [ca] + 3.25.90 ======= * Add permission dialog for inhibiting shortucts [Florian; #783342] diff --git a/meson.build b/meson.build index 21e247a32..11df82c4e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '3.25.90', + version: '3.25.91', meson_version: '>= 0.41.0', license: 'GPLv2+' ) @@ -23,7 +23,7 @@ gi_req = '>= 1.49.1' gjs_req = '>= 1.47.0' gtk_req = '>= 3.15.0' json_glib_req = '>= 0.13.2' -mutter_req = '>= 3.25.90' +mutter_req = '>= 3.25.91' polkit_req = '>= 0.100' schemas_req = '>= 3.21.3' startup_req = '>= 0.11'