From bdd854aae5dc88be2a31b2bc41399beba746da60 Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Tue, 1 Jul 2025 23:04:23 -0700 Subject: [PATCH] Add UPDATING entries and bump version. Approved by: so --- UPDATING | 5 +++++ sys/conf/newvers.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 75c40967a1a..5a2bcdd0761 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 f3815c0d9b1..b27ca22487d 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