diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2023-11-30 21:50:16 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2023-11-30 21:50:16 +0000 |
commit | 1f71f08e3b18ea0d92054bcb5b70f2b3be9318c8 (patch) | |
tree | 30c6ab1006a6ef758b8dc5bb5f8a882dca947a62 | |
parent | 7769487a50ff81a31c313538d914f0dc8deb5ea1 (diff) |
Add UPDATING entries and bump version.
Approved by: so
-rw-r--r-- | UPDATING | 5 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -17,6 +17,11 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20231130: + 12.4-RELEASE-p8 EN-23:16.openzfs + + OpenZFS data corruption [EN-23:16.openzfs] + 20231108: 12.4-RELEASE-p7 EN-23:13.freebsd-update EN-23:14.regcomp diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index f255e0441e13..a264cb661e72 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.4" -BRANCH="RELEASE-p7" +BRANCH="RELEASE-p8" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |