summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2014-11-12 14:57:40 -0800
committerCosimo Cecchi <cosimoc@gnome.org>2014-11-12 14:57:40 -0800
commitcfa9ef8e3f384f0d8eac3abc7445e0cde6b0e1ff (patch)
tree231124599a3023283375b39a3b13e06613822c42
parent0b5db3e2d78eb67499bf1228e1b6789808b3f568 (diff)
downloadnautilus-cfa9ef8e3f384f0d8eac3abc7445e0cde6b0e1ff.tar.gz
release: prepare for 3.14.13.14.1
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 91cc2a295..bcbeff897 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 3.14.1:
+* Fix regression with --new-window option (Lubomir Rintel)
+* Use mount name if available for file operations progress report
+* Set max-width for value labels in properties (Lars Uebernickel)
+* Increase default window width (Michael Catanzaro)
+
Changes in 3.14.0:
* Translation updates
diff --git a/configure.ac b/configure.ac
index 20f409412..675966c7c 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.14.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.14.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================