Date: Tue, 29 Nov 2022 23:18:16 GMT From: Gordon Tetlow <gordon@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 4e1a2eb30b78 - releng/12.4 - Add UPDATING entries and bump version. Message-ID: <202211292318.2ATNIG6H028677@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/12.4 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=4e1a2eb30b78a0d7b4a12babcce870a033ffe566 commit 4e1a2eb30b78a0d7b4a12babcce870a033ffe566 Author: Gordon Tetlow <gordon@FreeBSD.org> AuthorDate: 2022-11-29 23:14:03 +0000 Commit: Gordon Tetlow <gordon@FreeBSD.org> CommitDate: 2022-11-29 23:17:48 +0000 Add UPDATING entries and bump version. Approved by: so, re (implicit) --- UPDATING | 8 ++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index ae2ebbfaaedf..c6745a82d6eb 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.4-RC2-p2 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.4-RC2-p1 FreeBSD-SA-22:14.heimdal diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index b91bf65d07af..54f36bab7778 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.4" -BRANCH="RC2-p1" +BRANCH="RC2-p2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211292318.2ATNIG6H028677>