aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2025-07-02 06:01:59 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2025-07-02 06:01:59 +0000
commit341d92aef027d903b37412363a111840afa290fc (patch)
tree22a1fd4f5ddbcb351a8901fe828e57543033b2a6
parent95e9c54b3961af6de4fccf1f801f7eb15fcc5263 (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 b66ebfd5d8e8..b3f3eb5ef41d 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:
+ 13.5-RELEASE-p2 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:
13.5-RELEASE-p1 EN-25:04.tzdata
EN-25:05.expat
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 6c8ddd529845..5259f59649ff 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.5"
-BRANCH="RELEASE-p1"
+BRANCH="RELEASE-p2"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi