summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-11-13 19:29:10 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-11-13 19:29:10 +0100
commitb12df7d7f2c9dab81ee8bd1eb569cae14c8c5e63 (patch)
tree33905cfa1e88c905f26f2b9272eabf29f6605f8d
parent0a5191510785721787eabb6e0e116a8782a8b2d7 (diff)
downloadnautilus-b12df7d7f2c9dab81ee8bd1eb569cae14c8c5e63.tar.gz
release: prepare for 3.18.23.18.2
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6a012fa2c..25669625e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
Major changes in 3.18.1:
+* Show SD cards and external hard drives in the sidebar, not in the Other Places view (Carlos Soriano)
+* Fix nautilus not opening a new window when used from command line (Carlos Soriano)
+* Fix crash using samba (Iain Lane)
+* Allow 3rd party themes to tweak operations button color (Elias Aebi)
+* Fix recurrent crash when closing Nautilus (Debarshi Ray)
+* Avoid empty operations popover (Carlos Soriano)
+* Fix nautilus opening locations in a different window than the one the user is using (Carlos Soriano)
+* Fix Other Places lock ups (Benjamin Otte & Emmanuelle Bassi)
+* Adapt rename entry to the width of the file and increase the minimum (Carlos Soriano)
+* Increase max width of operations popover to fix ellipsize translations (Carlos Soriano)
+* Fix recurrent crashers (Carlos Soriano)
+
+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)
diff --git a/configure.ac b/configure.ac
index efcc1b323..6fcea2418 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.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.18.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================