summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-09-17 20:26:17 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-09-17 20:32:47 -0400
commitfc65e361c3c68b79d6a66b7967424302e9719452 (patch)
treed385fe312a29b0cb79742569b5684194ff410ffb
parent1f9aea29b236bb197cd1288056ac1a0da755a769 (diff)
downloadnautilus-fc65e361c3c68b79d6a66b7967424302e9719452.tar.gz
release: prepare for 3.5.923.5.92
-rw-r--r--NEWS20
-rw-r--r--configure.in2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d970a995b..60245f718 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Major changes in 3.5.92 are:
+* Add a Shell search results provider
+* Add a NautilusDirectory-based search engine implementation for network
+ directories
+* Improve performance and stability of the search engine
+* Change the Type column to only show basic type information
+* Preserve view selection when exiting search
+* Use a symbolic icon for the location entry
+* Fix wrong order of files when searching in canvas view
+* Fix inability to drop on current directory in list view
+* Fix crash when trying to undo failed directory creations
+* Fix positioning of detached tabs
+* Fix symlink creation for remote shares
+* Fix duplicate entries in the sidebar
+* Fix inability to clear entry in Connect to Server dialog
+* Fix view selector flashing while switching views
+* Plug a number of memory leaks
+* Tweak the color scheme for the pie chart in mount properties
+* Remove the SELinux context column for list view
+
Major changes in 3.5.91 are:
* New design for the Connect to Server dialog
* Add the possibility to detach tabs using drag and drop
diff --git a/configure.in b/configure.in
index d5b352eb3..adf5a5867 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.91, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.5.92, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================