summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-11-12 16:38:57 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2012-11-12 16:58:44 -0500
commit838c7751fefbdf745b4ecbe78f5885f1c204805c (patch)
treece899b076bd880e05acdf082a8afdaacd01e06bb
parent0d7409b86720014854b2dcc509ccfd3e80bd026e (diff)
downloadnautilus-838c7751fefbdf745b4ecbe78f5885f1c204805c.tar.gz
release: prepare for 3.6.33.6.3
-rw-r--r--NEWS8
-rw-r--r--configure.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index add3d21d8..9bc9418ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+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
* Resolve symbolic links before launching a file
diff --git a/configure.in b/configure.in
index ad2639245..b837b5c65 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.2, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.6.3, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================