summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-08-21 09:27:10 +0200
committerCarlos Soriano <csoriano@gnome.org>2015-08-21 11:34:52 +0200
commit29e7967f924d0d1d5ce73a1456e52130cb595c42 (patch)
tree4adb91869c3089dd0e1c33b8c289b4a5698fac7d
parent1172e4fea80f814cc1e8b37b4100b15da13fcec5 (diff)
downloadnautilus-29e7967f924d0d1d5ce73a1456e52130cb595c42.tar.gz
prepare for release 3.17.903.17.90
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 57d519686..a58991258 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 3.17.90:
+* Don't show sort menu on search (Carlos Soriano)
+* Use watch cursor with pointer (Carlos Soriano)
+* Use popover for renaming (Carlos Soriano)
+* Improve operations button feedback (Carlos Soriano)
+* Code isolation of the model and view of nautilus (Georges Basile Stavracas Neto)
+* Add a new "other places" view for networks and internal partitions (Georges Basile Stavracas Neto)
+
Major changes in 3.17.3:
* Ignore no desktop if not firt launch (Chow Loong Jin)
* Make the toolbar menu settings the only and permanent settings (Carlos Soriano)
diff --git a/configure.ac b/configure.ac
index 34f9b10bc..d44cc18d6 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.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.17.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================