Date: Tue, 15 Mar 2022 18:14:12 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: c3540b3a2bdf - releng/13.0 - Add UPDATING entries and bump version Message-ID: <202203151814.22FIECYp075103@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/13.0 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=c3540b3a2bdf60240ec3cfcf1db5bea50e4b877c commit c3540b3a2bdf60240ec3cfcf1db5bea50e4b877c Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2022-03-15 17:30:31 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-03-15 18:09:52 +0000 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 3e2ecb9d1105..786a1ce091a6 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 4e7aa2d02af2..406f2be4407e 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203151814.22FIECYp075103>