summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-04-28 12:24:19 +0200
committerCarlos Soriano <csoriano@gnome.org>2016-04-28 12:24:19 +0200
commit6824271e2915e43fb12928ca884afa0f4de6532b (patch)
tree1416b1809a6d9ce60ab7c6a7ffa5e56dd46cb517
parent3fb0240ca0946103d2b585d37da22cb19332a000 (diff)
downloadnautilus-6824271e2915e43fb12928ca884afa0f4de6532b.tar.gz
release: prepare for 3.20.13.20.1
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2f65872d5..8a62ad1a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Major changes in 3.20.1:
+* Fix crash if using scripts (Carlos Soriano)
+* Fix shortcuts to change views mode (Razvan Chitu)
+* Do not switch focus to created tabs (Razvan Chitu)
+* Fix margins on sidebar context popover (Sebastian Bacher)
+* Fix the empty states icons blocking clicks for activating context menus (Georges Basile Stavracas)
+* Show same name in the path bar as in other locations when using mounts (Razvan Chitu)
+* Make more dialogs modal (Ernestas Kulik)
+* Allow "move to" action in network locations (Carlos Soriano)
+* Fix crash when searching and closing with multiple windows (Carlos Soriano)
+* Fix path bar not updating to the new location when finalizing search (Carlos Soriano)
+* Show an error dialog on falied connection to servers in the other locations view (Ernestas Kulik)
+* Fix odd empty operations popover (Neil Herald)
+* Fix hamburguer menu action not being available when closing a tab (Carlos Soriano)
+* Select first item in the views only when searching (Carlos Soriano)
+* Fix crash when creating a new window of nautilus from the shell when the application was not running (Carlos Soriano)
+* Allow more applications to be set as default in network locations (Carlos Soriano)
+* Make renamed or created files scroll the view to the position of the files (Carlos Soriano)
+
Major changes in 3.20.0:
* Improve path bar sliders sizing, making them less prominent (Carlos Soriano, Lapo Calamandrei)
diff --git a/configure.ac b/configure.ac
index 95e2a5e3c..efa50a58a 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.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.20.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================