summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2014-05-13 09:45:04 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2014-05-13 09:45:04 -0700
commit7cde75559885322f45c0cf7323f6c84d0687183c (patch)
tree613ea1d5c3bcc363498c2893a8587d2a7d494162
parent6785caaf71f749c68de0e2671f4eca1cc474863f (diff)
downloadnautilus-7cde75559885322f45c0cf7323f6c84d0687183c.tar.gz
release: prepare for 3.12.23.12.2
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 164a6bf4d..1a908d2f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Major changes in 3.12.2:
+* Don't resolve symlinks before launching an application
+* Fix a crasher when switching location out of trash
+* Fix a crasher when enumerating windows (Robert Ancell)
+* Fix a crasher when listing bookmarks (Robert Ancell)
+* Use headerbar in bookmarks dialog (Yosef Or Boczko)
+* Fix arrow direction in connect server dialog for RTL (Yosef Or Boczko)
+* Use spaces between em dashes in file operations (Ross Lagerwall)
+* Do not use legacy emblem names (David King)
+* Sync the GTK+ setting for 'sort-directories-first' (Matthias Clasen)
+
Major changes in 3.12.0:
* Translation updates
diff --git a/configure.ac b/configure.ac
index 3053fc3c0..776c77ed8 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.12.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.12.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================