summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2025-04-09 12:05:26 +0800
committerPhilip Paeps <philip@FreeBSD.org>2025-04-10 22:39:15 +0800
commit3bc5467e7f6c9b29db95b35298e687435412a0ce (patch)
tree6f927735cb8a9a170c04502b25764604979626c3
parente8e9cb97d094311712e1d86e019483f3e0de2106 (diff)
Add UPDATING entries and bump versionrelease/13.4.0-p5releng/13.4
Approved by: so
-rw-r--r--UPDATING14
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 15 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 45564a7b95a2..446e01f4fd1e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,20 @@ 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.4-RELEASE-p5 EN-25:04.tzdata
+ EN-25:05.expat
+ EN-25:06.daemon
+ EN-25:08.caroot
+
+ Timezone database information update [EN-25:04.tzdata]
+
+ Update expat to 2.7.1 [EN-25:05.expat]
+
+ daemon(8) missing signals [EN-25:06.daemon]
+
+ Root certificate bundle update [EN-25:08.caroot]
+
20250221:
13.4-RELEASE-p4 SA-25:05.openssh
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index e91c38608048..fa03c708e91f 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.4"
-BRANCH="RELEASE-p4"
+BRANCH="RELEASE-p5"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi