aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2022-11-29 23:12:50 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2022-11-29 23:12:50 +0000
commit04043434d294cef8e39275444b46e9f36e2eb0e9 (patch)
treeecd9238028e2287d6c8e1b1919aaa3ac9f6271c9
parent62b8c69d298c08bb443e9e27d26bd5b1ebcd7175 (diff)
downloadsrc-04043434d294cef8e39275444b46e9f36e2eb0e9.tar.gz
src-04043434d294cef8e39275444b46e9f36e2eb0e9.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 ed1ab935392c..6fb6ab263579 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,14 @@ 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.
+20221129:
+ 12.3-RELEASE-p10 FreeBSD-SA-22:15.ping
+ FreeBSD-EN-22:28.heimdal
+
+ Stack overflow in ping [SA-22:15.ping]
+
+ Regression in Heimdal KDC [EN-22:28.heimdal]
+
20221116:
12.3-RELEASE-p9 FreeBSD-SA-22:14.heimdal
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 99ecc5d96a81..843288a9d40a 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
TYPE="FreeBSD"
REVISION="12.3"
-BRANCH="RELEASE-p9"
+BRANCH="RELEASE-p10"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi