Bump version to 3.20.3
Update NEWS.
This commit is contained in:
parent
550715a071
commit
e0307bb7e0
16
NEWS
16
NEWS
@ -1,3 +1,19 @@
|
||||
3.20.3
|
||||
======
|
||||
* Fix sorting of hidden apps in app switcher [Florian; #766238]
|
||||
* Allocate framebuffers early to fix a crash on NVIDIA [Martin; #764898]
|
||||
* Fix cycle-windows/cycle-group keybindings [Florian; #730739]
|
||||
* networkAgent: Handle VPN service aliases [David; #658484]
|
||||
* Fix crash when using screen recorder under wayland [Rui; #767001]
|
||||
* Plug a memory leak [Hans; #710230]
|
||||
|
||||
Contributors:
|
||||
Rui Matos, Florian Müllner, Hans Petter Jansson, Martin Szulecki,
|
||||
David Woodhouse
|
||||
|
||||
Translations:
|
||||
Sveinn í Felli [is], Andika Triwidada [id]
|
||||
|
||||
3.20.2
|
||||
======
|
||||
* Save screencasts in HOME if XDG_VIDEO_DIR doesn't exist [Florian; #765015]
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ(2.63)
|
||||
AC_INIT([gnome-shell],[3.20.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
||||
AC_INIT([gnome-shell],[3.20.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
||||
AX_IS_RELEASE([git-directory])
|
||||
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
Loading…
Reference in New Issue
Block a user