summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-04-16 11:36:34 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-04-16 11:36:34 -0400
commitae6beb8030e3045b8bea3330e7b0507904a22e74 (patch)
tree126b35bfdb8589c778af02da411d9a5ad9a27379
parentbc3f1d8ffff2b3ca6336cef2bd5304c3f12b7418 (diff)
downloadnautilus-3.4.1.tar.gz
release: prepare for 3.4.13.4.1
-rw-r--r--NEWS7
-rw-r--r--configure.in2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 11b408ee3..951ceac50 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 3.4.1 are:
+* Don't display comment field for desktop files
+* Fix off-by-one error in file operation counts
+* Fix mouse hardware back/forward buttons not working correctly
+* Fix "Undo Trash" for files with non-ASCII characters
+* Fix name corruption for untitled files under some circumstances
+
Major changes in 3.4.0 are:
* Fix a regression where "Open With" was hidden for folders
* Translation updates
diff --git a/configure.in b/configure.in
index e1c24cf4a..ffc536035 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.4.0, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.4.1, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================