From 52b45def3d2f686381cf1070c1eb9522829a5aa0 Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Fri, 29 Jul 2016 18:55:43 +0200 Subject: release: prepare for 3.20.2 --- NEWS | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8a62ad1a1..4ad03a4c6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Major changes in 3.20.2: +* Fix white desktop background after changing themes (Sebastien Keller) +* Improve double click detection (Johannes Oertel) +* Fix path bar menu on wayland appearing on random places (Olivier Fourdan) +* Only save zoom level if the level has changed (Mike Gorse) +* Fix date difference calculation for attributes like Modified Date (Ernestas Kulik) +* Hide floating bar on hover (Carlos Soriano) +* Fix detection of remote systems for not thumbnailing (Ernestas Kulik) +* Fix sorting on Japanese locale (Ernestas Kulik) +* Fix gnome shell search provider not being recursive (Carlos Soriano) +* Fix copy operation lags (Razvan Chitu) +* Avoid unresponsiveness when file chooser is opened (Ernestas Kulik) +* Fix renaming duplicated logic on search and recent (Ernestas Kulik) +* Fix trash handling to delete files if disk is full (Mario Sanchez Prada) + Major changes in 3.20.1: * Fix crash if using scripts (Carlos Soriano) * Fix shortcuts to change views mode (Razvan Chitu) diff --git a/configure.ac b/configure.ac index efa50a58a..ed04b6958 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl Interface break is not allowed. m4_define(nautilus_extension_current, 5) m4_define(nautilus_extension_revision, 0) -AC_INIT([nautilus],[3.20.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus]) +AC_INIT([nautilus],[3.20.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus]) dnl =========================================================================== -- cgit v1.2.1