From c12ba096ee85d5ec27de822df6d5d0899902c01b Mon Sep 17 00:00:00 2001 From: gordon Date: Tue, 21 Apr 2020 15:54:08 +0000 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 0b04c2efc16..a920b830b95 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. +20200421 p8 FreeBSD-EN-20:07.quotad + FreeBSD-SA-20:10.ipfw + + Fix regression in rpc.rquotad with certain NFS servers [EN-20:07.quotad] + + Fix ipfw invalid mbuf handling [SA-20:10.ipfw] + 20200319 p7 FreeBSD-EN-20:04.pfctl FreeBSD-EN-20:06.ipv6 FreeBSD-SA-20:04.tcp diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 12907bd9e52..c9fbcf68079 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.3" -BRANCH="RELEASE-p7" +BRANCH="RELEASE-p8" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0