summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 82d144bae..8ada3a7bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Major changes in 3.17.2:
+* Fix window focus issues when starting nautilus (Carlos Soriano)
+* Fix handling of command line options in diferent cases (Carlos Soriano)
+* Decrease the padding on list view (Carlos Soriano)
+* Use a dialog for creating folders (Georges Basile Stavracas Neto)
+* Use a dialog for renaming files (Carlos Soriano)
+* Allow F5 and ctrl+r as shortcuts for refresh the view (Carlos Soriano)
+* Make the zoom slider the preference itself (Carlos Soriano)
+* Allow opening with a different app than default for multiple files (Carlos Soriano)
+* Fix view scrolling when selecting with ctrl + mouse (Georges Basile Stavracas Neto)
+* Don't always make the sidebar visible on start (Antonio Fernandes)
+* Allow opening folders with another app (Carlos Soriano)
+* Show Delete Permanently on systems that does not support Trash (Carlos Soriano)
+* Add Alt<down> shorcut for opening
+* Fix some icons sizes inconsistency (Cosimo Cechi)
+* Add public API documentation for Nautilus extensions (Cosimo Cechi)
+* Add a gsetting to toggle recursive search (Felipe Borges)
+
Major changes in 3.16.0:
* Support multiple desktop names in XDG_CURRENT_DESKTOP (Dmitry Shachnev)
* Workaround distcheck (Carlos Soriano)
diff --git a/configure.ac b/configure.ac
index c5408d459..8efaf872b 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.16.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.17.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================