summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2017-02-15 01:57:19 +0100
committerCarlos Soriano <csoriano@gnome.org>2017-02-15 01:57:19 +0100
commitbc919205bf774f6af3fa7154506c46039af5a69b (patch)
tree81765d096494cd4454ffd7ea24a23a11da883cbf
parente011f7dad4f53d77adeabd9f6b33857485d667a0 (diff)
downloadnautilus-bc919205bf774f6af3fa7154506c46039af5a69b.tar.gz
release: prepare for 3.23.903.23.90
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
2 files changed, 24 insertions, 1 deletions
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 <ctrl> Return as shortcut to open selected folder in new window (Felipe Borges)
+* <ctrl> N now opens the window in the same location as the current view (Felibe Borges)
+* Fixes on managing menus with keyboard (djb)
+* Remove unused <ctrl> 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 <ctrl> 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 ===========================================================================