From bc919205bf774f6af3fa7154506c46039af5a69b Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Wed, 15 Feb 2017 01:57:19 +0100 Subject: release: prepare for 3.23.90 --- NEWS | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 70dc2abca..d9ef21ea7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +Major changes in 3.23.90: +* Add Return as shortcut to open selected folder in new window (Felipe Borges) +* N now opens the window in the same location as the current view (Felibe Borges) +* Fixes on managing menus with keyboard (djb) +* Remove unused B shortcut (Jeremy Bicha) +* Use a better empty state for trash (Mohammed Sadiq) +* Fix floating bar hide on hover when using tabs (Ernestas Kulik) +* Syncronize gtk+ and Nautilus setting for sorting the folder first (Felipe Borges) +* Select entire names for folder when renaming (Razvan Chitu) +* Support to open folders withouth permission using polkit and the admin backend (Carlos Soriano) +* Fix trash operations progress report (Carlos Soriano) +* Improve performance setting metadata only when necesary (Carlos Soriano) +* Fix progress reporting when copying (rpm-build) +* Prevent toolbar menu dissapearing when "Hidden files" menu item is toggled (Neil Herald) +* Update app icon (Jakub Steiner, Lapo Calamandrei) +* Fix icon scale computation when changing DPI (Lionel Landwerlin) +* Add M as alternate shortcut for renaming for those laptops withouth "f" keys (Cristian Nancu) +* Fix crash when pressing enter on search (Alexandru Pandelea) +* Fix failed build with tracker disabled (Ernestas Kulik) +* Ask the user for using desktop files from unknown sources (Carlos Soriano) +* Improve the operations button animation in order to not need to show the operations popover (Carlos Soriano) +* Add an experimental icon view based on flow box with extra niceties under a gsetting preference (Carlos Soriano) + Major changes in 3.22.1: * Multiple batch renaming fixes (Alex Pandelea, Carlos Soriano) * Multiple compression integration fixes (Razvan Chitu, Carlos Soriano) diff --git a/configure.ac b/configure.ac index 2f2289a88..77464b365 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Interface break is not allowed. m4_define(nautilus_extension_current, 5) m4_define(nautilus_extension_revision, 0) -AC_INIT([nautilus],[3.22.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus]) +AC_INIT([nautilus],[3.23.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus]) dnl =========================================================================== -- cgit v1.2.1