From a7ab0892e6df8ce910b8f9d5a76e2863885f3b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 19 Aug 2016 22:58:29 +0200 Subject: [PATCH] Update to 3.20.4 Update NEWS. --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 71e6eed58..f4629e24c 100644 --- a/NEWS +++ b/NEWS @@ -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 ====== * Fix sorting of hidden apps in app switcher [Florian; #766238] diff --git a/configure.ac b/configure.ac index 555067bbb..7d6a274f1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ 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]) AC_CONFIG_HEADERS([config.h])