summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-10-29 19:07:02 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-10-29 19:07:02 -0400
commit36ece5ae4cab5c1043c7047ad5266cdb4c8330cf (patch)
treecca062dd6e30329af7a93266b4a1f7b87255888b
parenta198febc399961edaa69c066c7f368deba197258 (diff)
downloadnautilus-36ece5ae4cab5c1043c7047ad5266cdb4c8330cf.tar.gz
release: prepare for 3.6.23.6.2
-rw-r--r--NEWS15
-rw-r--r--configure.in2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7a6e343ff..add3d21d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Major changes in 3.6.2 are:
+* Open default location for remote shares when mounting
+* Resolve symbolic links before launching a file
+* Fix missing search results from Tracker for names that contain hyphens
+* Fix black input field when renaming a file in icon view with XIM enabled
+* Fix missing item selection in the sidebar when starting up
+* Fix wrong return location when unmounting local and remote mounts
+* Fix search tabs changing location to $HOME on tab switch
+* Fix search toggle button state inconsistent when switching between tabs
+* Fix search string being eaten by a hidden entry under certain circumstances
+* Fix missing tooltips on stock toolbar buttons
+* Fix crasher when using the Tracker engine from the Shell search provider
+* Fix crasher in Shell search provider
+* Fix crasher when unmounting a volume under certain circumstances
+
Major changes in 3.6.1 are:
* Fix floating bar not disappearing on search finish
* Fix fullcolor icons appearing in the pathbar for mount roots
diff --git a/configure.in b/configure.in
index e057168f8..ad2639245 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.6.1, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.6.2, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================