summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-04-30 17:42:48 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-04-30 17:46:23 -0400
commitc1400ff4f1a6777fc4c0915e1b759181c7f51abf (patch)
tree531fa1c76f7fc8050f940cd8641ee5d79e71d917
parentd2b62cce998be2ae4d596af2daee1ac522591caf (diff)
downloadnautilus-c1400ff4f1a6777fc4c0915e1b759181c7f51abf.tar.gz
release: prepare for 3.5.13.5.1
-rw-r--r--NEWS19
-rw-r--r--configure.in2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 11b408ee3..c137dbf34 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Major changes in 3.5.1 are:
+* Add an application menu
+* Don't show sliders up to the file system root in the pathbar
+* Add support for AFP shares in the Connect to Server dialog
+* Don't remove selection when clicking on a row out of name boundaries
+* Fix a wrapping issue with numeric strings in some circumstances
+* Fix rename field selection color for backdrop state
+* Don't select all icons on Ctrl+A when the search entry is focused
+* Remove desktop-is-home-dir GSetting
+* Remove custom accel map loading/saving
+* Use new XDG location for GTK bookmarks file
+
+Major changes in 3.4.1 are:
+* Don't display comment field for desktop files
+* Fix off-by-one error in file operation counts
+* Fix mouse hardware back/forward buttons not working correctly
+* Fix "Undo Trash" for files with non-ASCII characters
+* Fix name corruption for untitled files under some circumstances
+
Major changes in 3.4.0 are:
* Fix a regression where "Open With" was hidden for folders
* Translation updates
diff --git a/configure.in b/configure.in
index 3e71d0df8..243892278 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.4.0, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.5.1, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================