Bump version to 3.11.5
Update NEWS.
This commit is contained in:
parent
881dd4666e
commit
858cf5e0c9
30
NEWS
30
NEWS
@ -1,3 +1,33 @@
|
|||||||
|
3.11.5
|
||||||
|
======
|
||||||
|
* Fix extension preference tool [Florian; #722334]
|
||||||
|
* Fix keyboard activation of legacy tray icons [Giovanni; #721267]
|
||||||
|
* Add radial background shade for modal dialogs [Giovanni; #669798]
|
||||||
|
* Show attached modal windows in the overview [Giovanni; #650843]
|
||||||
|
* Add support for desktop actions [Giovanni; #669603]
|
||||||
|
* Indicate in system status when location service is used [Zeeshan; #709372]
|
||||||
|
* Add support for extended app folder schema [Jasper; #723179]
|
||||||
|
* Show status icon for wired network connections [Jasper; #708966]
|
||||||
|
* Indicate airplane mode in network selection dialog [Giovanni; #709128]
|
||||||
|
* Misc bug fixes and cleanups [Florian, Sebastian, Giovanni, Tim, Matt, Jasper;
|
||||||
|
#722417, #722494, #722547, #722593, #722434, #722787, #722690, #722840,
|
||||||
|
#722660, #722812, #723197, #722927, #723306, #723308, #723523, #709685,
|
||||||
|
#723570]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Zeeshan Ali (Khattak), Magdalen Berns, Giovanni Campagna, William Jon McCann,
|
||||||
|
Sebastian Keller, Tim Lunn, Florian Müllner, Carlos Soriano,
|
||||||
|
Jasper St. Pierre, Rico Tzschichholz, Matt Watson
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
Marek Černocký [cs], Mattias Põldaru [et], Tong Hui [zh_CN],
|
||||||
|
Victor Ibragimov [tg], Enrico Nicoletto [pt_BR], Daniel Mustieles [es],
|
||||||
|
Fran Diéguez [gl], Kjartan Maraas [nb], Nilamdyuti Goswami [as],
|
||||||
|
Aurimas Černius [lt], Stas Solovey [ru], Yosef Or Boczko [he],
|
||||||
|
Jorge Pérez Pérez [an], Dimitris Spingos [el], Baurzhan Muftakhidinov [kk],
|
||||||
|
Chao-Hsiung Liao [zh_HK, zh_TW], Shankar Prasad [kn], Yaron Shahrabani [he],
|
||||||
|
Andika Triwidada [id]
|
||||||
|
|
||||||
3.11.4
|
3.11.4
|
||||||
======
|
======
|
||||||
* Fix removal of workspacaes that are not at the end [Giovanni; #721417]
|
* Fix removal of workspacaes that are not at the end [Giovanni; #721417]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.63)
|
AC_PREREQ(2.63)
|
||||||
AC_INIT([gnome-shell],[3.11.4],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
AC_INIT([gnome-shell],[3.11.5],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_SRCDIR([src/shell-global.c])
|
AC_CONFIG_SRCDIR([src/shell-global.c])
|
||||||
@ -76,7 +76,7 @@ AC_MSG_RESULT($enable_systemd)
|
|||||||
CLUTTER_MIN_VERSION=1.15.90
|
CLUTTER_MIN_VERSION=1.15.90
|
||||||
GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1
|
GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1
|
||||||
GJS_MIN_VERSION=1.39.0
|
GJS_MIN_VERSION=1.39.0
|
||||||
MUTTER_MIN_VERSION=3.11.1
|
MUTTER_MIN_VERSION=3.11.5
|
||||||
GTK_MIN_VERSION=3.7.9
|
GTK_MIN_VERSION=3.7.9
|
||||||
GIO_MIN_VERSION=2.37.0
|
GIO_MIN_VERSION=2.37.0
|
||||||
LIBECAL_MIN_VERSION=3.5.3
|
LIBECAL_MIN_VERSION=3.5.3
|
||||||
|
Loading…
Reference in New Issue
Block a user