diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2025-07-02 06:04:23 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2025-07-02 06:04:23 +0000 |
commit | 2ea99b8ed14208286ec3c8d6ccc997537c13d195 (patch) | |
tree | a66b5b920506caffc18a4af3fcf42fab81a6c2f8 | |
parent | cb24a62cd75b582c53f5bd600650bddd09a0ee89 (diff) |
Add UPDATING entries and bump version.releng/14.3
Approved by: so
-rw-r--r-- | UPDATING | 5 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 |