The branch releng/13.2 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=08225c10315a038983baea3e0dd3009fda068ac5
commit 08225c10315a038983baea3e0dd3009fda068ac5 Author: Gordon Tetlow <[email protected]> AuthorDate: 2023-11-30 21:51:02 +0000 Commit: Gordon Tetlow <[email protected]> CommitDate: 2023-11-30 21:51:02 +0000 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 180f20d04fd5..9e997c89f59b 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. +20231130: + 13.2-RELEASE-p6 EN-23:16.openzfs + + OpenZFS data corruption [EN-23:16.openzfs] + 20231108: 13.2-RELEASE-p5 EN-23:13.freebsd-update EN-23:14.regcomp diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index c2780964a97b..9e399bc19d20 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.2" -BRANCH="RELEASE-p5" +BRANCH="RELEASE-p6" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi
