summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-09-04 23:02:32 +0200
committerCarlos Soriano <csoriano@gnome.org>2015-09-04 23:03:45 +0200
commitdb9d1919c4f7877cf306b5bb8c9df49b505ae813 (patch)
tree5719dbcb538b333d92dddc561bd6935fb296c958
parent4bba25351cef3ca33e30c9c3e7a8fcd8ffbac798 (diff)
downloadnautilus-db9d1919c4f7877cf306b5bb8c9df49b505ae813.tar.gz
release: prepare for 3.17.913.17.91
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a58991258..a5eee678c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Major changes in 3.17.91:
+* Ground work for code isolation and clean up of views (Carlos Soriano)
+* Don't add more items on the filechooser sidebar (Carlos Soriano)
+* Adjust animation for progress button (Jakub Steiner)
+* Track and fix all translation issues (Piotr Drag, Alexander Franke, Carlos Soriano)
+* Improvements and fixes in the new "Other Locations" view (Carlos Soriano)
+* Disable sorting on Recent and Search and ensure criterion correcteness (Carlos Soriano)
+* Add a preference and disable by default automatic opening of folders while hovering on drag an drop operations (Carlos Soriano)
+* Don't search recursively on remote locations, and provide feedback when that happens (Carlos Soriano)
+* Fix major crashers and races (Carlos Soriano)
+
Major changes in 3.17.90:
* Don't show sort menu on search (Carlos Soriano)
* Use watch cursor with pointer (Carlos Soriano)
diff --git a/configure.ac b/configure.ac
index d44cc18d6..c6237c20f 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.17.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.17.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================