summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d9ef21ea7..51d5ad53d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 3.23.91:
+* Fix long-time, hard to reproduce, and common crash on desktop with "auto layout" icons (Alex Pandelea)
+* Port building system to meson (Ernestas Kulik)
+* Make F2 toggle between selection modes, full file name or only file name withouth extension (Ernestas Kulik)
+* Recent files are now always files that only the user used, rather than any program/daemon like Dropbox updating the access time (Carlos Soriano)
+* Fix Nautilus tests with extexnsions points (Jan Tojnar)
+* Fix crash on desktop when refreshing (Alex Pandelea)
+
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)
diff --git a/configure.ac b/configure.ac
index c95eee992..c7b01f1d5 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.23.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.23.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================
diff --git a/meson.build b/meson.build
index ba736a319..8a6d65914 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project ('nautilus', 'c',
- version: '3.23.90',
+ version: '3.23.91',
meson_version: '>=0.37.0',
license: 'GPL2+')