summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2019-08-20 17:52:28 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2019-08-20 17:52:28 +0000
commitcd90da25db4358b61e28b434a1604bb7895691b7 (patch)
treedd3b6ec680a183c9086546536161fe4484f40f31
parent953fbfca212b6d42ed62d23aabc36d1d7482358a (diff)
downloadsrc-test2-cd90da25db4358b61e28b434a1604bb7895691b7.tar.gz
src-test2-cd90da25db4358b61e28b434a1604bb7895691b7.zip
Notes
-rw-r--r--UPDATING17
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 18 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 1d37240414d5..34b7a10d54ec 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,23 @@ 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.
+20190820 p3 FreeBSD-EN-19:16.bhyve
+ FreeBSD-SA-19:17.ipfw
+ FreeBSD-SA-19:22.mbuf
+ FreeBSD-SA-19:23.midi
+ FreeBSD-SA-19:24.mqueuefs
+
+ Bhyve instruction emulation improvements (opcode 03H and F7H).
+ [EN-19:16.bhyve]
+
+ Fix ipfw(8) jail keyword prior to jail startup. [EN-19:17.ipfw]
+
+ Fix IPv6 remote denial of service. [SA-19:22.mbuf]
+
+ Fix kernel memory disclosure from /dev/midistat. [SA-19:23.midi]
+
+ Fix reference count overflow in mqueuefs. [SA-19:24.mqueuefs]
+
20190806 p2 FreeBSD-SA-19:18.bzip2
FreeBSD-SA-19:19.mldv2
FreeBSD-SA-19:20.bsnmp
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index dca3ad825d47..8ddfef618d7e 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.3"
-BRANCH="RELEASE-p2"
+BRANCH="RELEASE-p3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi