Bump version to 3.13.90
Update NEWS.
This commit is contained in:
parent
62bfde45aa
commit
78b81650f5
33
NEWS
33
NEWS
@ -1,3 +1,36 @@
|
|||||||
|
3.13.90
|
||||||
|
=======
|
||||||
|
* Make use of GLSL optional [Adel; #733623]
|
||||||
|
* Update on-screen-keyboard position on monitor changes [Cosimo; #733790]
|
||||||
|
* Improve window manager animations [Giovanni; #732857]
|
||||||
|
* Handle touch events [Carlos G.; #733633]
|
||||||
|
* Try to not show "New Window" action for single-window apps
|
||||||
|
[Giovanni; #722554]
|
||||||
|
* Fix overview exceeding screen size with many apps installed
|
||||||
|
[Carlos S.; #723496]
|
||||||
|
* Add Software to default favorites [Mathieu; #734406]
|
||||||
|
* Improve app picker <-> desktop transition [Carlos S.; #732901]
|
||||||
|
* Remove <shift>-magic for switcher popups [Christophe; #732296]
|
||||||
|
* Add a special background to use for performance testing [Owen; #734610]
|
||||||
|
* Add support for default disabled search providers [Giovanni; #734110]
|
||||||
|
* Fix portals that don't redirect properly [Giovanni; #733848]
|
||||||
|
* Fix history trimming in chat notifications [Giovanni; #733899]
|
||||||
|
* Try to use default calendar application [Florian; #722333]
|
||||||
|
* Only show location menu when geolocation is in use [Zeeshan; #731122]
|
||||||
|
* Misc. bug fixes and cleanups [Giovanni, Carlos G., Zeeshan, Carlos S.,
|
||||||
|
Cosimo; #711682, #733840, #734483, #734680, #733813, #735062]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Zeeshan Ali (Khattak), Mathieu Bridon, Giovanni Campagna, Cosimo Cecchi,
|
||||||
|
Piotr Drąg, Christophe Fergeau, Adel Gadllah, Carlos Garnacho,
|
||||||
|
Florian Müllner, Carlos Soriano, Jasper St. Pierre, Olav Vitters,
|
||||||
|
Owen W. Taylor
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
Aurimas Černius [lt], MarMav [el], Inaki Larranaga Murgoitio [eu],
|
||||||
|
Reinout van Schouwen [nl], ngoswami [as], Fabio Tomat [fur],
|
||||||
|
Chao-Hsiung Liao [zh_HK, zh_TW]
|
||||||
|
|
||||||
3.13.4
|
3.13.4
|
||||||
======
|
======
|
||||||
* Handle portal login requests [Giovanni; #704416]
|
* Handle portal login requests [Giovanni; #704416]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.63)
|
AC_PREREQ(2.63)
|
||||||
AC_INIT([gnome-shell],[3.13.4],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
AC_INIT([gnome-shell],[3.13.90],[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.13.4
|
MUTTER_MIN_VERSION=3.13.90
|
||||||
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