git: 37edc07ede02 - releng/13.5 - Add UPDATING entries and bump version

From: Philip Paeps <philip_at_FreeBSD.org>
Date: Thu, 10 Apr 2025 14:59:04 UTC
The branch releng/13.5 has been updated by philip:

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

commit 37edc07ede02a6c9d60804fd2f71c454dedac23a
Author:     Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2025-04-09 05:14:49 +0000
Commit:     Philip Paeps <philip@FreeBSD.org>
CommitDate: 2025-04-10 14:39:09 +0000

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

diff --git a/UPDATING b/UPDATING
index a3a7aeef51a9..b66ebfd5d8e8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,17 @@ 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.
 
+20250410:
+	13.5-RELEASE-p1 EN-25:04.tzdata
+			EN-25:05.expat
+			EN-25:08.caroot
+
+	Timezone database information update [EN-25:04.tzdata]
+
+	Update expat to 2.7.1 [EN-25:05.expat]
+
+	Root certificate bundle update [EN-25:08.caroot]
+
 20250311:
 	13.5-RELEASE.
 
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 6273ec61f520..6c8ddd529845 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.5"
-BRANCH="RELEASE"
+BRANCH="RELEASE-p1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi