summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-06-16 17:49:13 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-06-16 17:49:13 -0400
commit5bf636e9f09826717bb4d3d50723caa053698e8e (patch)
tree16b053e06dcf83614febd00df2239f09aadab13f
parent3e2fcb51d571372f8c6c029420e9772eb0c21e53 (diff)
downloadnautilus-5bf636e9f09826717bb4d3d50723caa053698e8e.tar.gz
3.8.23.8.2
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1858929cd..49283ea5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 3.8.2:
+* Don't grab focus to search entry needlessly (Rui Matos)
+* Increase default size to fit 4 columns of icons (Michael Catanzaro)
+* Remove no-longer-existing keys from GConf conversion
+* Change 'x-nautilus-search:' To 'Search' in tooltips (Ting-Wei Lan)
+* Translation updates
+
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
diff --git a/configure.ac b/configure.ac
index 4df2e566c..bf101f328 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.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.8.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================