summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-08-07 22:58:33 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2012-08-07 22:58:33 +0200
commit749c5f0f380219fde872877b62f920ff983618f0 (patch)
treeea326613d175feffe7bc949987eaf9bbd3b0984a
parent50711e28ba4d4c971a812a0bdef0c30516141f4e (diff)
downloadnautilus-749c5f0f380219fde872877b62f920ff983618f0.tar.gz
release: prepare for 3.5.53.5.5
-rw-r--r--NEWS11
-rw-r--r--configure.in2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f94f80837..bf23c09c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Major changes in 3.5.5 are:
+* Combine results from both search providers
+* Use a ranking algorithm for search results
+* Preselect first search result
+* Add a keybinding for the gear menu
+* Improve styling for the search query editor
+* Fix Ctrl+V not working correctly
+* Fix previewers not being activated correctly
+* Fix search not to trigger on the desktop window
+* Fix pathbar scroll button styling bugs
+
Major changes in 3.5.4 are:
* Add Copy To and Move To actions
* Add a notification while ejecting volumes
diff --git a/configure.in b/configure.in
index 415d731b8..cde9321f5 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.4, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.5.5, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================