summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS19
-rw-r--r--configure.in2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bf23c09c9..3333a104e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Major changes in 3.5.90 are:
+* Reorganize application and gear menu, and add a menu for view actions
+* Add a View options selector to the toolbar
+* Add cluebars for Templates and Scripts special directories
+* Add ability to reorder bookmarks
+* Improve strings in the Autorun prompt
+* Improve error message strings
+* Improve the image Properties page
+* Improve the Permissions page in the Properties window
+* Improve the layout of the Bookmarks dialog
+* Use the dropped text paragraph as name when creating new files
+ using DnD of text snippets
+* Use double quotes instead of ASCII quotes for filenames
+* Change default action for executable text files to Display
+* Change the view mode and zoom level to be per-window instead of per-folder
+* Remove support for Manual layouting in icon views outside of Desktop
+* Remove the Octal permissions list view column
+* Fix segfault when no search results are found
+
Major changes in 3.5.5 are:
* Combine results from both search providers
* Use a ranking algorithm for search results
diff --git a/configure.in b/configure.in
index 9d46f75a1..f5abeb84e 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.5, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.5.90, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================