summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.in2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 60245f718..c4969575c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 3.6.0 are:
+* Fix toggling of hidden files visibility in searches
+* Fix base directory appearing in search results
+* Fix missing search results under some locales
+* Fix unmounted mounts showing in shell search provider results
+* Fix a crasher when a window is closed while the view is loading
+
Major changes in 3.5.92 are:
* Add a Shell search results provider
* Add a NautilusDirectory-based search engine implementation for network
diff --git a/configure.in b/configure.in
index adf5a5867..f07b16d92 100644
--- a/configure.in
+++ b/configure.in
@@ -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.5.92, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.6.0, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================