summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-09-04 10:28:55 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-09-04 10:48:23 -0400
commitee6a8bc98c06a9940f17aa71c77003ebdc0e18ff (patch)
tree7b7995271d8ce5bb0b246f76f680afe3b68de150
parent3ae2baac4384aee09ca7fc9985cf568960484e6c (diff)
downloadnautilus-ee6a8bc98c06a9940f17aa71c77003ebdc0e18ff.tar.gz
release: prepare for 3.5.913.5.91
-rw-r--r--NEWS21
-rw-r--r--configure.in2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3333a104e..d970a995b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+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
+* Add paste and location properties actions to the gear menu
+* Use symbolic icons in the sidebar for drives and mounts
+* Follow 12h/24h GSettings preference for view date display
+* Cleanup icon view caption strings
+* Fix wrong zoom level restored at startup
+* Fix unparented mount/eject error dialogs
+* Fix drag and drop for unwritable locations
+* Fix stray templates bar when no templates directory is defined
+* Fix Open With menu showing for apps that don't support URIs and files
+* Fix item count not updating in realtime for directories in Properties
+* Fix missing keybindings for Back/Forward/Up/Go Home
+* Fix missing history context menu on navigation buttons
+* Fix missing Create Link context action
+* Fix missing frame around custom icons
+* Fix broken behavior with multiline filenames
+* Plug a number of memory leaks
+* Remove context menu on blank list view space
+
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
diff --git a/configure.in b/configure.in
index 3676172b4..ce45f9c21 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.90, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.5.91, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================