summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-10-15 19:47:18 +0200
committerCarlos Soriano <csoriano@gnome.org>2015-10-15 19:47:18 +0200
commit21f23b8cd87eff91fc2ccff57091325d33280a4b (patch)
tree5a216933ceacce9501b51a09ca8baca564ea822b
parent89a11adc55d8bcf9ba01243c7f5f177398e5f582 (diff)
downloadnautilus-21f23b8cd87eff91fc2ccff57091325d33280a4b.tar.gz
release: prepare for 3.18.13.18.1
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dc8c966b7..6a012fa2c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Major changes in 3.18.1:
+* Multiple crash fixes (Carlos Soriano)
+* Use GtkPlacesSidebar hints to improve drag and drop experience (Carlos Soriano)
+* Fix remote filesystem check for google drive (Carlos Soriano)
+* Fix properties not being available on some file systems (Carlos Soriano)
+* Fix not being able to trash on some file systems (Carlos Soriano)
+* Fix calculation of operations button that was not showing soon enough in big operations (Carlos Soriano)
+* Get filesystem type asynchronously, so the view is never frozen (Carlos Soriano)
+* Make the delete shortcut also work for delete permanently on filesystem that does not support trash (Carlos Soriano)
+
Major changes in 3.18.0:
* Fixed various sidebar crashes (Carlos Soriano)
* Use a correct file number for copy/move operations (Carlos Soriano)
diff --git a/configure.ac b/configure.ac
index b1c3f88d7..efcc1b323 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.18.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.18.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================