summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-11-19 18:13:23 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2012-11-19 18:15:41 -0500
commit8b84bc9868fcfd7cb8d20a6e7bb1a47b5925e9b8 (patch)
tree8c33a6d0025a0e7576ca055c9483c424b10aee7b
parent636e0f1e08476efc8cb928b680b985b3d4f2e231 (diff)
downloadnautilus-8b84bc9868fcfd7cb8d20a6e7bb1a47b5925e9b8.tar.gz
release: prepare for 3.7.23.7.2
-rw-r--r--NEWS21
-rw-r--r--configure.in2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 07896ff86..a26378798 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Major changes in 3.7.2 are:
+* Request to render larger thumbnails by default
+* Don't quote the current location name in search bar
+* Use "Run" in menus when launchine executables
+* Fix stray Empty Document item in New Document menu
+
+Major changes in 3.6.3 are:
+* Fix symbolic links on remote volumes not activating default action
+* Fix duplicated query editor filter rows when changing search location
+* Fix search toolbar disappearing with very long folder names
+* Fix missing Trash action after "Recent" was visited
+* Fix missing frame around thumbnails for some zoom factors
+* Fix crash when unmounting remote volumes
+
+Major changes in 3.6.2 are:
+* Open default location for remote shares when mounting
+* Fix missing search results from Tracker for names that contain hyphens
+* Fix missing item selection in the sidebar when starting up
+* Fix search string being eaten by a hidden entry under certain circumstances
+* Fix missing tooltips on stock toolbar buttons
+
Major changes in 3.7.1 are:
* Turn on again recursive search for the simple engine
* Enable incremental loading for search directories
diff --git a/configure.in b/configure.in
index c3a417e04..96c0223b1 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.7.1, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.7.2, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================