Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2021 02:13:45 GMT
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b49ba74deeb7 - main - nfscl: Add entries to UPDATING and RELNOTES for commit a145cf3f73c7
Message-ID:  <202106250213.15P2DjmV063413@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rmacklem:

URL: https://cgit.FreeBSD.org/src/commit/?id=b49ba74deeb74bac6cc7b93b22a4b0419d23dce7

commit b49ba74deeb74bac6cc7b93b22a4b0419d23dce7
Author:     Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2021-06-25 02:10:36 +0000
Commit:     Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2021-06-25 02:10:36 +0000

    nfscl: Add entries to UPDATING and RELNOTES for commit a145cf3f73c7
---
 RELNOTES | 6 ++++++
 UPDATING | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 478864776e08..2ed1e14f67a1 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -17,3 +17,9 @@ d575e81fbcfa
 76681661be28
 	Remove support for asymmetric cryptographic operations from
 	the kernel open cryptographic framework (OCF).
+
+a145cf3f73c7
+	The NFSv4 client now uses the highest minor version of NFSv4
+	supported by the NFSv4 server by default instead of minor version 0,
+	for NFSv4 mounts.
+	The "minorversion" mount option may be used to override this default.
diff --git a/UPDATING b/UPDATING
index cf8b5fa287a4..dbedcd058585 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW:
 	world, or to merely disable the most expensive debugging functionality
 	at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20210624:
+	The NFSv4 client now uses the highest minor version of NFSv4
+	supported by the NFSv4 server by default instead of minor version 0,
+	for NFSv4 mounts.
+	The "minorversion" mount option may be used to override this default.
+
 20210618:
 	Bump __FreeBSD_version to 1400024 for LinuxKPI changes.
 	Most notably netdev.h can change now as the (last) dependencies



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106250213.15P2DjmV063413>