release: prepare for 3.17.3

This commit is contained in:
Carlos Soriano 2015-07-23 21:34:00 +02:00
parent 117dff643d
commit 8eacd7b2bf
2 changed files with 13 additions and 1 deletions

12
NEWS
View file

@ -1,3 +1,15 @@
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)
* Use Modified Time for all locations except Recent (Carlos Soriano)
* Implement new design for operations feedback (Carlos Soriano)
* Hide sort menu on Recent (Carlos Soriano)
* Switch to list view if searching (Carlos Soriano)
* Provide smarter location displayed names (Carlos Soriano)
* Show feedback when there is no search results (Carlos Soriano)
* Fix floating bar loading feedback (Carlos Soriano)
* Add feedback when the current shown folder is empty (Carlos Soriano)
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)

View file

@ -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.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
AC_INIT([nautilus],[3.17.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================