From 3712f15276e1aed8506d24fb67b684984e73efc1 Mon Sep 17 00:00:00 2001 From: gordon Date: Tue, 12 Nov 2019 18:13:51 +0000 Subject: [PATCH] Add UPDATING entries and bump version numbers. Approved by: so --- UPDATING | 4 ++++ sys/conf/newvers.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index e42e951cd63..eda198ca095 100644 --- a/UPDATING +++ b/UPDATING @@ -16,6 +16,10 @@ 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. +20191112 p5 FreeBSD-SA-19:25.mcepsc + + Fix Machine Check Exception on Page Size Change [SA-19:25.mcepsc] + 20191023 p4 FreeBSD-EN-19:18.tzdata Import tzdata 2019c. [EN-19:18.tzdata] diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 04e8d6b07eb..46288dc5d31 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.3" -BRANCH="RELEASE-p4" +BRANCH="RELEASE-p5" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0