aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2020-09-02 16:29:40 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2020-09-02 16:29:40 +0000
commitbc224160e9e7c2ad776ff1bfce7ab576fe2e8612 (patch)
tree6562b93b3e11766a164cf7249abe125999982b6a
parent0a2ea0ffce0529bd52ee64737026db99680a4ede (diff)
downloadsrc-bc224160e9e7c2ad776ff1bfce7ab576fe2e8612.tar.gz
src-bc224160e9e7c2ad776ff1bfce7ab576fe2e8612.zip
Add UPDATING entries and bump version.
Approved by: so
Notes
Notes: svn path=/releng/11.4/; revision=365258
-rw-r--r--UPDATING13
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 14 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index edc6081939dc..e1e5f8b0b6ae 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,19 @@ 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.
+20200902 p3 FreeBSD-EN-20:17.linuxthread
+ FreeBSD-EN-20:18.getfsstat
+ FreeBSD-SA-20:25.sctp
+ FreeBSD-SA-20:26.dhclient
+
+ Fix FreeBSD Linux ABI kernel panic. [EN-20:17.linuxthread]
+
+ Fix getfsstat compatibility system call panic. [EN-20:18.getfsstat]
+
+ Fix SCTP socket use-after-free. [SA-20:25.sctp]
+
+ Fix dhclient heap overflow. [SA-20:26.dhclient]
+
20200805 p2 FreeBSD-SA-20:21.usb_net
FreeBSD-SA-20:22.unbound
FreeBSD-SA-20:23.ipv6
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 5cf405ec9a5c..7a5a5352ea33 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.4"
-BRANCH="RELEASE-p2"
+BRANCH="RELEASE-p3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi