Date: Wed, 8 Feb 2023 18:27:53 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: 138c4a1553a1 - releng/12.3 - Add UPDATING entries and bump version. Message-ID: <202302081827.318IRr9d037098@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/12.3 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=138c4a1553a19254dd6b427c0de13337c91ba5b9 commit 138c4a1553a19254dd6b427c0de13337c91ba5b9 Author: Gordon Tetlow <gordon@FreeBSD.org> AuthorDate: 2023-02-08 16:58:20 +0000 Commit: Gordon Tetlow <gordon@FreeBSD.org> CommitDate: 2023-02-08 18:10:08 +0000 Add UPDATING entries and bump version. Approved by: so --- UPDATING | 11 +++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 6fb6ab263579..714de864fb9d 100644 --- a/UPDATING +++ b/UPDATING @@ -17,6 +17,17 @@ 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. +20230208: + 12.3-RELEASE-p11 FreeBSD-SA-23:01.geli + FreeBSD-EN-23:01.tzdata + FreeBSD-EN-23:04.ixgbe + + Fix GELI silently omits the keyfile if read from stdin [SA-23:01.geli] + + Timezone database information update [EN-23:01.tzdata] + + Fix ixgbe incorrectly reporting input errors for 82599ES [EN-23:04.ixgbe] + 20221129: 12.3-RELEASE-p10 FreeBSD-SA-22:15.ping FreeBSD-EN-22:28.heimdal diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 843288a9d40a..03f7dfad4abf 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.3" -BRANCH="RELEASE-p10" +BRANCH="RELEASE-p11" 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?202302081827.318IRr9d037098>