git: 3bc5467e7f6c - releng/13.4 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Apr 2025 14:59:39 UTC
The branch releng/13.4 has been updated by philip:
URL: https://cgit.FreeBSD.org/src/commit/?id=3bc5467e7f6c9b29db95b35298e687435412a0ce
commit 3bc5467e7f6c9b29db95b35298e687435412a0ce
Author: Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2025-04-09 04:05:26 +0000
Commit: Philip Paeps <philip@FreeBSD.org>
CommitDate: 2025-04-10 14:39:15 +0000
Add UPDATING entries and bump version
Approved by: so
---
UPDATING | 14 ++++++++++++++
sys/conf/newvers.sh | 2 +-
2 files changed, 15 insertions(+), 1 deletion(-)
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