summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-04-15 18:50:27 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2013-04-15 18:50:27 -0400
commitd355f3f76dfb3f5ee57f635e17454ca6cda02ae1 (patch)
tree40e8866b5a16dc94bcb74e6edc2e0af90339aeae
parent8d33df1abbb6adeb74a125ee46a98280f46c05c2 (diff)
downloadnautilus-3.8.1.tar.gz
release: prepare for 3.8.13.8.1
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 866e66f94..1858929cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Major changes in 3.8.1 are:
+* Use a consistent name for applications in the Open With context menu
+* Don't follow symbolic links when searching recursively
+* Increase default sidebar width
+* Fix resetting view to default preferences not working (Michael Wood)
+* Fix behavior of search entry with external Input Methods (Rui Matos)
+* Fix partial ranking order of search results
+* Fix move of special icons on the Desktop triggering file operations
+* Fix copy action not working in Recent
+
Major changes in 3.8.0 are:
* Fix inconsistency in handling of NoDisplay=true applications
* Translation updates
diff --git a/configure.ac b/configure.ac
index f6a28beab..4df2e566c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.8.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.8.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================