diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2023-11-30 21:51:17 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2023-11-30 21:51:17 +0000 |
commit | 305be1f36b3e7ec1e4ca3cb34f1704c00b1c8321 (patch) | |
tree | abb96b43701cf7c781961d80fa62d341b4e44f97 | |
parent | 1548705269435e980c5984ba87a554d4b329d176 (diff) | |
download | src-305be1f36b3e7ec1e4ca3cb34f1704c00b1c8321.tar.gz src-305be1f36b3e7ec1e4ca3cb34f1704c00b1c8321.zip |
Add UPDATING entries and bump version.
Approved by: so
-rw-r--r-- | UPDATING | 8 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -12,6 +12,14 @@ 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: + 14.0-RELEASE-p1 EN-23:15.sanitizer + EN-23:16.openzfs + + Fix clang sanitizer failure with ASLR enabled [EN-23:15.sanitizer] + + OpenZFS data corruption [EN-23:16.openzfs] + 20231114: FreeBSD 14.0-RELEASE. diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index a2b89f3caca7..3ba43dc02fe4 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.0" -BRANCH="RELEASE" +BRANCH="RELEASE-p1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |