From c3540b3a2bdf60240ec3cfcf1db5bea50e4b877c Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Tue, 15 Mar 2022 13:30:31 -0400 Subject: [PATCH] Add UPDATING entries and bump version Approved by: so --- UPDATING | 17 +++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 3e2ecb9d110..786a1ce091a 100644 --- a/UPDATING +++ b/UPDATING @@ -11,6 +11,23 @@ handbook: Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. +20220315: + 13.0-RELEASE-p8 FreeBSD-EN-22:10.zfs + FreeBSD-EN-22:11.zfs + FreeBSD-EN-22:12.zfs + FreeBSD-SA-22:02.wifi + FreeBSD-SA-22:03.openssl + + ZFS writes fail to update file size [FreeBSD-EN-22:10.zfs] + + ZFS lseek(2) inconsistencies [FreeBSD-EN-22:11.zfs] + + ZFS panic upon concurrent 'zfs list' calls [FreeBSD-EN-22:12.zfs] + + Multiple WiFi issues [FreeBSD-SA-22:02.wifi] + + OpenSSL certificate parsing infinite loop [FreeBSD-SA-22:03.openssl] + 20220201: 13.0-RELEASE-p7 FreeBSD-EN-22:07.la57 diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 4e7aa2d02af..406f2be4407 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.0" -BRANCH="RELEASE-p7" +BRANCH="RELEASE-p8" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0