summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2014-11-25 08:54:37 -0800
committerCosimo Cecchi <cosimoc@gnome.org>2014-11-25 08:54:37 -0800
commit55cc9c8103628843c9810a4d073659e6584e0328 (patch)
tree0eb0f00506c0a0981f058765d645252a35003591
parenta5d9bc265fea325a10bf01c7743ee8ee246cee8c (diff)
downloadnautilus-3.14.2.tar.gz
release: prepare for 3.14.23.14.2
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bcbeff897..fd15a464e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 3.14.2:
+* Fix new window activation with desktop icons enabled
+* Translation updates
+
Major changes in 3.14.1:
* Fix regression with --new-window option (Lubomir Rintel)
* Use mount name if available for file operations progress report
diff --git a/configure.ac b/configure.ac
index 675966c7c..ba13a7116 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.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.14.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================