git: d9352700f935 - releng/14.2 - Add UPDATING entries and bump version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Jul 2025 18:28:14 UTC
The branch releng/14.2 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=d9352700f9357aa170c1e4dc144537998ec66025
commit d9352700f9357aa170c1e4dc144537998ec66025
Author: Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2025-07-02 06:03:15 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2025-07-02 06:03: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 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