Add UPDATING entries and bump version numbers.

Approved by:	so
This commit is contained in:
gordon 2019-11-12 18:13:51 +00:00 committed by Franco Fichtner
parent 680f4275c1
commit b148a77553
2 changed files with 8 additions and 1 deletions

View File

@ -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 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. from older version of current across the gcc/clang cutover is a bit fragile.
20191112 p1 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]
20191104: 20191104:
12.1-RELEASE. 12.1-RELEASE.

View File

@ -46,7 +46,7 @@
TYPE="FreeBSD" TYPE="FreeBSD"
REVISION="12.1" REVISION="12.1"
BRANCH="RELEASE" BRANCH="RELEASE-p1"
if [ -n "${BRANCH_OVERRIDE}" ]; then if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE} BRANCH=${BRANCH_OVERRIDE}
fi fi