summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2025-04-09 13:14:49 +0800
committerPhilip Paeps <philip@FreeBSD.org>2025-04-10 22:39:09 +0800
commit37edc07ede02a6c9d60804fd2f71c454dedac23a (patch)
treeaec563f592b6e080829da1805d6ae3899ba362ef
parent74176002ff9f8f2db20905c68481f64f2a97dee8 (diff)
Add UPDATING entries and bump versionrelease/13.5.0-p1
Approved by: so
-rw-r--r--UPDATING11
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 12 insertions, 1 deletions
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