diff options
-rw-r--r-- | UPDATING | 7 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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. +20191112 p12 FreeBSD-EN-19:19.loader + FreeBSD-SA-19:25.mcepsc + + Fix UEFI Loader Memory Fragmentation [EN-19:19.loader] + + Fix Machine Check Exception on Page Size Change [SA-19:25.mcepsc] + 20191023 p11 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 39930c3fa14c..940793e62cb2 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -46,7 +46,7 @@ TYPE="FreeBSD" REVISION="12.0" -BRANCH="RELEASE-p11" +BRANCH="RELEASE-p12" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |