summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-07-29 18:55:43 +0200
committerCarlos Soriano <csoriano@gnome.org>2016-07-29 18:56:20 +0200
commit52b45def3d2f686381cf1070c1eb9522829a5aa0 (patch)
treec86117128b5af9639540c2f35f7568a21a467815
parent285270792e03818bfc976d123e25b83aa020517f (diff)
downloadnautilus-3.20.2.tar.gz
release: prepare for 3.20.23.20.2
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
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 ===========================================================================