aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2025-07-02 06:03:15 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2025-07-02 06:03:15 +0000
commitd9352700f9357aa170c1e4dc144537998ec66025 (patch)
tree2647dc1c9abd7b4418d60977206b7b7a0acefc96
parent49b07b94662b92edb6d8de1e997fa805ac8d2b7c (diff)
-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 ea92e6a45454..f48519c38c75 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.
+20250702:
+ 14.2-RELEASE-p4 EN-25:09.libc
+ EN-25:10.zfs
+ EN-25:11.ena
+ SA-25:06.xz
+
+ Fix dynamically-loaded C++ libraries crashing at exit [EN-25:09.libc]
+
+ Fix corruption in ZFS replication streams from encrypted datasets [EN-25:10.zfs]
+
+ Fix ena resets and kernel panic on Nitro v4 or newer instances [EN-25:11.ena]
+
+ Fix use-after-free in multi-threaded xz decoder [SA-25:06.xz]
+
20250410:
14.2-RELEASE-p3 EN-25:04.tzdata
EN-25:05.expat
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 71869e91f186..5feaa7fab80b 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.2"
-BRANCH="RELEASE-p3"
+BRANCH="RELEASE-p4"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi