From 717ed842180a5b9a65ffeec916cacb9fedaf2d7b Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Tue, 15 Mar 2022 13:42:16 -0400 Subject: [PATCH] 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 32707c88c9d..a4182428edc 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 ad346548aeb..7606bf03e97 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 -- 2.45.0