aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2025-07-02 06:04:23 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2025-07-02 06:04:23 +0000
commit2ea99b8ed14208286ec3c8d6ccc997537c13d195 (patch)
treea66b5b920506caffc18a4af3fcf42fab81a6c2f8
parentcb24a62cd75b582c53f5bd600650bddd09a0ee89 (diff)
Add UPDATING entries and bump version.releng/14.3
Approved by: so
-rw-r--r--UPDATING5
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 75c40967a1ae..5a2bcdd07615 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,11 @@ 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.3-RELEASE-p1 EN-25:10.zfs
+
+ Fix corruption in ZFS replication streams from encrypted datasets [EN-25:10.zfs]
+
20250610:
14.3-RELEASE.
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index f3815c0d9b16..b27ca22487d2 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.3"
-BRANCH="RELEASE"
+BRANCH="RELEASE-p1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi