git: b0c8bc5d9cd5 - releng/13.0 - Add UPDATING entries and bump version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 18:15:04 UTC
The branch releng/13.0 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=b0c8bc5d9cd5b7d5d01147e26238dfa9b8c90916 commit b0c8bc5d9cd5b7d5d01147e26238dfa9b8c90916 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-01-11 17:42:59 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-01-11 17:51:57 +0000 Add UPDATING entries and bump version Approved by: so --- UPDATING | 20 ++++++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index ffdb6f389e68..5dbb39f7a8de 100644 --- a/UPDATING +++ b/UPDATING @@ -11,6 +11,26 @@ handbook: Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. +20220111: + 13.0-RELEASE-p6 FreeBSD-EN-22:01.fsck_ffs + FreeBSD-EN-22:02.xsave + FreeBSD-EN-22:03.hyperv + FreeBSD-EN-22:05.tail + FreeBSD-EN-22:06.libalias + FreeBSD-SA-22:01.vt + + Fix fsck_ffs bad inode number errors [EN-22:01.fsck_ffs] + + Correct size of the amd64 SSE area in the xsave layout [FreeBSD-EN-22:02.xsave] + + Prepopulate Hyper-V PCI device bars [FreeBSD-EN-22:03.hyperv] + + Fix "tail -F" file rotation detection [FreeBSD-EN-22:05.tail] + + Fix fragmented UDP packets handling [FreeBSD-EN-22:06.libalias] + + Fix vt console buffer overflow [FreeBSD-SA-22:01.vt] + 20211103: 13.0-RELEASE-p5 FreeBSD-EN-21:26.libevent FreeBSD-EN-21:27.caroot diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 6c2cdf194ac3..ad0fbe6c14a7 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.0" -BRANCH="RELEASE-p5" +BRANCH="RELEASE-p6" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi