summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2020-04-21 15:54:08 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2020-04-21 15:54:08 +0000
commit2b90c1cd5f6c9eb2febb2c96809b3dc5129eeee7 (patch)
tree5e0d1d0838261c2a76882b9118e2d08a10fa9707
parentc4ea09589c686bfceba35cf55c7b0917d59773f5 (diff)
downloadsrc-test2-2b90c1cd5f6c9eb2febb2c96809b3dc5129eeee7.tar.gz
src-test2-2b90c1cd5f6c9eb2febb2c96809b3dc5129eeee7.zip
Add UPDATING entries and bump version.
Approved by: so
Notes
Notes: svn path=/releng/11.3/; revision=360151
-rw-r--r--UPDATING7
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 8 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 0b04c2efc16e..a920b830b957 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 12907bd9e523..c9fbcf680798 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