aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2023-11-30 21:51:17 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2023-11-30 21:51:17 +0000
commit305be1f36b3e7ec1e4ca3cb34f1704c00b1c8321 (patch)
treeabb96b43701cf7c781961d80fa62d341b4e44f97
parent1548705269435e980c5984ba87a554d4b329d176 (diff)
downloadsrc-305be1f36b3e7ec1e4ca3cb34f1704c00b1c8321.tar.gz
src-305be1f36b3e7ec1e4ca3cb34f1704c00b1c8321.zip
Add UPDATING entries and bump version.
Approved by: so
-rw-r--r--UPDATING8
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 9 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index c32c3b7ec940..996c5744405d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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