Update to 3.20.4

Update NEWS.
This commit is contained in:
Florian Müllner 2016-08-19 22:58:29 +02:00
parent 1d9f48993e
commit a7ab0892e6
2 changed files with 13 additions and 1 deletions

12
NEWS
View File

@ -1,3 +1,15 @@
3.20.4
======
* Free old backgrounds immediately [Hyungwon; #766353]
* Adjust to flatpak PermissionStore API changes [Florian; #766598]
* calendar: Only hide dismissed occurrence of recurring event [Florian; #748226]
Contributors:
Hyungwon Hwang, Florian Müllner
Translations:
Bruce Cowan [en_GB], Piotr Drąg [pl]
3.20.3 3.20.3
====== ======
* Fix sorting of hidden apps in app switcher [Florian; #766238] * Fix sorting of hidden apps in app switcher [Florian; #766238]

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.63) AC_PREREQ(2.63)
AC_INIT([gnome-shell],[3.20.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_INIT([gnome-shell],[3.20.4],[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])