Bump version to 3.21.3
Update NEWS.
This commit is contained in:
parent
1c0e0191e0
commit
a69a9ba51a
14
NEWS
14
NEWS
@ -1,3 +1,17 @@
|
|||||||
|
3.21.3
|
||||||
|
======
|
||||||
|
* Do not disable suspend action when locked [Florian; #725960]
|
||||||
|
* Remember input sources MRU list [Cosimo; #766826]
|
||||||
|
* networkAgent: Handle VPN service aliases [David; #658484]
|
||||||
|
* Plug a memory leak [Hans; #710230]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Cosimo Cecchi, Florian Müllner, Hans Petter Jansson, David Woodhouse
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
Tiago Santos [pt], Cédric Valmary [oc], Muhammet Kara [tr],
|
||||||
|
Daniel Mustieles [es], Rafael Fontenelle [pt_BR]
|
||||||
|
|
||||||
3.21.2
|
3.21.2
|
||||||
======
|
======
|
||||||
* Fix sorting of hidden apps in app switcher [Florian; #766238]
|
* Fix sorting of hidden apps in app switcher [Florian; #766238]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.63)
|
AC_PREREQ(2.63)
|
||||||
AC_INIT([gnome-shell],[3.21.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
AC_INIT([gnome-shell],[3.21.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
||||||
AX_IS_RELEASE([git-directory])
|
AX_IS_RELEASE([git-directory])
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
@ -77,7 +77,7 @@ AC_MSG_RESULT($enable_systemd)
|
|||||||
CLUTTER_MIN_VERSION=1.21.5
|
CLUTTER_MIN_VERSION=1.21.5
|
||||||
GOBJECT_INTROSPECTION_MIN_VERSION=1.45.4
|
GOBJECT_INTROSPECTION_MIN_VERSION=1.45.4
|
||||||
GJS_MIN_VERSION=1.39.0
|
GJS_MIN_VERSION=1.39.0
|
||||||
MUTTER_MIN_VERSION=3.21.2
|
MUTTER_MIN_VERSION=3.21.3
|
||||||
GTK_MIN_VERSION=3.15.0
|
GTK_MIN_VERSION=3.15.0
|
||||||
GIO_MIN_VERSION=2.45.3
|
GIO_MIN_VERSION=2.45.3
|
||||||
LIBECAL_MIN_VERSION=3.5.3
|
LIBECAL_MIN_VERSION=3.5.3
|
||||||
|
Loading…
Reference in New Issue
Block a user