Date: Tue, 15 Mar 2022 18:16:38 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 717ed842180a - releng/12.2 - Add UPDATING entries and bump version Message-ID: <202203151816.22FIGcei076063@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/12.2 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=717ed842180a5b9a65ffeec916cacb9fedaf2d7b commit 717ed842180a5b9a65ffeec916cacb9fedaf2d7b Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2022-03-15 17:42:16 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-03-15 17:42:16 +0000 Add UPDATING entries and bump version Approved by: so --- UPDATING | 7 +++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 32707c88c9d3..a4182428edcf 100644 --- a/UPDATING +++ b/UPDATING @@ -16,6 +16,13 @@ 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. +20220315: p14 FreeBSD-SA-22:02.wifi + FreeBSD-SA-22:03.openssl + + Multiple WiFi issues [FreeBSD-SA-22:02.wifi] + + OpenSSL certificate parsing infinite loop [FreeBSD-SA-22:03.openssl] + 20220201: p13 FreeBSD-EN-22:08.i386 Fix regression in i386 TLB invalidation logic. [FreeBSD-EN-22:08.i386] diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index ad346548aeb4..7606bf03e975 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.2" -BRANCH="RELEASE-p13" +BRANCH="RELEASE-p14" 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?202203151816.22FIGcei076063>