From 03b51512a9a41f6240def4bf96df4e0ab1bd97e8 Mon Sep 17 00:00:00 2001 From: gordon Date: Tue, 20 Aug 2019 17:52:28 +0000 Subject: [PATCH] Bump version information and add UPDATING entries. Approved by: so --- UPDATING | 17 +++++++++++++++++ sys/conf/newvers.sh | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 1d37240414d..34b7a10d54e 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 dca3ad825d4..8ddfef618d7 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 -- 2.45.0