summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2017-03-03 14:56:56 +0100
committerCarlos Soriano <csoriano@gnome.org>2017-03-03 17:04:37 +0100
commit17f1d9999fe8056bf8f374f3c60fa730af31f4fd (patch)
tree0a33233e9e5bfa97758ba6de7dab03a343817b89
parentc0d7712141b81b169d5163743385454eb0935b4a (diff)
downloadnautilus-show.tar.gz
release: prepare for 3.23.91show
-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 d5cc40d1a..4dec846b5 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+')