Bump version to 3.17.2
Update NEWS.
This commit is contained in:
parent
2e77f6b34b
commit
60706f72d4
19
NEWS
19
NEWS
@ -1,3 +1,22 @@
|
|||||||
|
3.17.2
|
||||||
|
======
|
||||||
|
* Remove StTable widget [Florian; #703833]
|
||||||
|
* Increase visibility of expanders in alt-tab popup [Jakub; #745058]
|
||||||
|
* Ensure suspend inhibitors are released when VT switched away [Rui; #749228]
|
||||||
|
* Use iio-sensor-proxy directly for orientation lock [Bastien; #749671]
|
||||||
|
* Misc. bug fixes [Florian, Lan, Carlos; #749279, #749383, #749529, #749490,
|
||||||
|
#749742]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Carlos Garnacho, Ting-Wei Lan, Rui Matos, Florian Müllner, Bastien Nocera,
|
||||||
|
Jakub Steiner
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
Yosef Or Boczko [he], sun [zh_CN], Felipe Braga [pt_BR],
|
||||||
|
Victor Ibragimov [tg], Gábor Kelemen [hu], Cédric Valmary [oc],
|
||||||
|
Dušan Kazik [sk], Kjartan Maraas [nb], Bruno Ramalhete [pt],
|
||||||
|
Matej Urbančič [sl], Daniel Mustieles [es]
|
||||||
|
|
||||||
3.17.1
|
3.17.1
|
||||||
======
|
======
|
||||||
* Add Display Settings entry to background menu [Meet; #697346]
|
* Add Display Settings entry to background menu [Meet; #697346]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.63)
|
AC_PREREQ(2.63)
|
||||||
AC_INIT([gnome-shell],[3.17.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
AC_INIT([gnome-shell],[3.17.2],[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.21.5
|
CLUTTER_MIN_VERSION=1.21.5
|
||||||
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.17.1
|
MUTTER_MIN_VERSION=3.17.2
|
||||||
GTK_MIN_VERSION=3.15.0
|
GTK_MIN_VERSION=3.15.0
|
||||||
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