[nautilus] release: prepare for 3.23.91
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] release: prepare for 3.23.91
- Date: Fri, 3 Mar 2017 16:07:24 +0000 (UTC)
commit 06f0659e6787fd175c042a3cbc0368da807ebc23
Author: Carlos Soriano <csoriano gnome org>
Date: Fri Mar 3 14:56:56 2017 +0100
release: prepare for 3.23.91
NEWS | 8 ++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d9ef21e..51d5ad5 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 c95eee9..c7b01f1 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 ba736a3..8a6d659 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+')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]