git: ca0620b70750 - main - RELNOTES: Add an entry for the nfs_reserved_port_only default change

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Tue, 23 Apr 2024 16:56:08 UTC
The branch main has been updated by markj:

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

commit ca0620b70750d4b5b03a7f03393acbe9600870c1
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-04-23 16:52:30 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-04-23 16:55:10 +0000

    RELNOTES: Add an entry for the nfs_reserved_port_only default change
    
    Sponsored by:   The FreeBSD Foundation
---
 RELNOTES | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 59131dc70dac..91d6d74a38fc 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,10 +10,19 @@ newline.  Entries should be separated by a newline.
 
 Changes to this file should not be MFCed.
 
+6d5ce2bb6344:
+	The default value of the nfs_reserved_port_only rc.conf(5) setting has
+	changed.  The FreeBSD NFS server now requires the source port of
+	requests to be in the privileged port range (i.e., <= 1023), which
+	generally requires the client to have elevated privileges on their local
+	system.  The previous behavior can be restored by setting
+	nfs_reserved_port_only=NO in rc.conf.
+
 aea973501b19:
 	ktrace(2) will now record detailed information about capability mode
 	violations. The kdump(1) utility has been updated to display such
 	information.
+
 f32a6403d346:
 	One True Awk updated to 2nd Edition. See https://awk.dev for details
 	on the additions. Unicode and CSVs (Comma Separated Values) are now