summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2014-09-16 10:26:47 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2014-09-16 10:26:47 -0700
commit7cef9b58aceb59ea3a00537dbf383af905330cf3 (patch)
tree918244e9b8a4d3aea2984fd8cd00ccf46d90e3bf
parent97787a35f2697c8e81d609d5a2722e66fb5d3f8d (diff)
downloadnautilus-7cef9b58aceb59ea3a00537dbf383af905330cf3.tar.gz
release: prepare for 3.13.923.13.92
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 60590e8c1..e983721d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 3.13.92:
+* Improve toolbar and pathbar styling with GTK 3.14
+* Expand properties dialog notebook in its parent container
+* Fix crash when using the rename field context menu in list view
+* Fix crash when using a screen reader in canvas view
+* Fix crash when changing icon captions setting (Volker Sobek)
+
Major changes in 3.13.91:
* Performance improvements for canvas and list views
* Remove duplicate actions in gear menu when app menu is not in use
diff --git a/configure.ac b/configure.ac
index 854e6c7d0..96f73cb68 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.13.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.13.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================