git: be4f1894ef39 - releng/13.3 - Add UPDATING entries and bump the branch version.

From: Gordon Tetlow <gordon_at_FreeBSD.org>
Date: Wed, 24 Apr 2024 20:21:12 UTC
The branch releng/13.3 has been updated by gordon:

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

commit be4f1894ef399f421bab451e8cf8557e27e5a948
Author:     Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2024-04-24 20:08:33 +0000
Commit:     Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2024-04-24 20:08:33 +0000

    Add UPDATING entries and bump the branch version.
    
    Approved by:    so
---
 UPDATING            | 5 +++++
 sys/conf/newvers.sh | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index 9e07b0d7e3a3..97c8abff980a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,11 @@ Items affecting the ports and packages system can be found in
 /usr/ports/UPDATING.  Please read that file before updating system packages
 and/or ports.
 
+20240424:
+	13.3-RELEASE-p2 EN-24:09.zfs
+
+	Fix high CPU usage by kernel threads related to ZFS [EN-24:09.zfs]
+
 20240327:
 	13.3-RELEASE-p1 EN-24:06.wireguard
 			EN-24:07.clang
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 4d4f28badbac..c6e44a41b9f8 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.3"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi