summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2014-09-02 11:21:24 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2014-09-02 11:21:24 -0700
commit83962e0c7a9024212afbf3dd22d8421ee1281e81 (patch)
treef945ad395f2197bfa1f81f33552bb46cd47d5c2e
parent4693eceb2406ba60b78068bb8601acf4d81fa3bb (diff)
downloadnautilus-83962e0c7a9024212afbf3dd22d8421ee1281e81.tar.gz
release: prepare for 3.13.913.13.91
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 02431cbec..60590e8c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+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
+* Fix CSS style for new GTK (Lapo Calamandrei, Alex Diavatis, António Fernandes)
+* Fix handling of sort-directories-first setting (Matthias Clasen)
+
Major changes in 3.13.90:
* Fix problems with fast group/owner changes
* Fix user list for owner changes
diff --git a/configure.ac b/configure.ac
index c11d92f05..854e6c7d0 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.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.13.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================