git: 4b2e9e38d9 - main - 12.4 Release notes: Add NFS changes.

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Sat, 12 Nov 2022 18:12:18 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/doc/commit/?id=4b2e9e38d98469b0f339a113f06d164460bb5e85

commit 4b2e9e38d98469b0f339a113f06d164460bb5e85
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-11-12 17:11:54 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-11-12 17:11:54 +0000

    12.4 Release notes: Add NFS changes.
---
 website/content/en/releases/12.4R/relnotes.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc
index 64e9ffd80f..6da6b8c429 100644
--- a/website/content/en/releases/12.4R/relnotes.adoc
+++ b/website/content/en/releases/12.4R/relnotes.adoc
@@ -256,6 +256,8 @@ This section covers changes and additions to file systems and other storage subs
 
 The man:fusefs[5] file system in userspace had several bugs fixed including a race condition, an undefined variable access, and a couple of bugs regarding OP_RECLAIM. Other fixes and improvements have been added.
 
+The NFS client code had a number of bug fixes including a use-after-free bug, a race condition and a forced dismount looping.
+
 
 [[boot]]
 == Boot Loader Changes