Date: Tue, 12 Nov 2019 18:13:51 +0000 (UTC) From: Gordon Tetlow <gordon@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r354654 - in releng: 11.3 11.3/sys/conf 12.0 12.0/sys/conf 12.1 12.1/sys/conf Message-ID: <201911121813.xACIDpWW092591@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gordon Date: Tue Nov 12 18:13:51 2019 New Revision: 354654 URL: https://svnweb.freebsd.org/changeset/base/354654 Log: Add UPDATING entries and bump version numbers. Approved by: so Modified: releng/11.3/UPDATING releng/11.3/sys/conf/newvers.sh releng/12.0/UPDATING releng/12.0/sys/conf/newvers.sh releng/12.1/UPDATING releng/12.1/sys/conf/newvers.sh Modified: releng/11.3/UPDATING ============================================================================== --- releng/11.3/UPDATING Tue Nov 12 18:13:04 2019 (r354653) +++ releng/11.3/UPDATING Tue Nov 12 18:13:51 2019 (r354654) @@ -16,6 +16,10 @@ from older versions of FreeBSD, try WITHOUT_CLANG and 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] Modified: releng/11.3/sys/conf/newvers.sh ============================================================================== --- releng/11.3/sys/conf/newvers.sh Tue Nov 12 18:13:04 2019 (r354653) +++ releng/11.3/sys/conf/newvers.sh Tue Nov 12 18:13:51 2019 (r354654) @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.3" -BRANCH="RELEASE-p4" +BRANCH="RELEASE-p5" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi Modified: releng/12.0/UPDATING ============================================================================== --- releng/12.0/UPDATING Tue Nov 12 18:13:04 2019 (r354653) +++ releng/12.0/UPDATING Tue Nov 12 18:13:51 2019 (r354654) @@ -16,6 +16,13 @@ from older versions of FreeBSD, try WITHOUT_CLANG and 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] Modified: releng/12.0/sys/conf/newvers.sh ============================================================================== --- releng/12.0/sys/conf/newvers.sh Tue Nov 12 18:13:04 2019 (r354653) +++ releng/12.0/sys/conf/newvers.sh Tue Nov 12 18:13:51 2019 (r354654) @@ -46,7 +46,7 @@ TYPE="FreeBSD" REVISION="12.0" -BRANCH="RELEASE-p11" +BRANCH="RELEASE-p12" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi Modified: releng/12.1/UPDATING ============================================================================== --- releng/12.1/UPDATING Tue Nov 12 18:13:04 2019 (r354653) +++ releng/12.1/UPDATING Tue Nov 12 18:13:51 2019 (r354654) @@ -16,6 +16,13 @@ from older versions of FreeBSD, try WITHOUT_CLANG and 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 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: 12.1-RELEASE. Modified: releng/12.1/sys/conf/newvers.sh ============================================================================== --- releng/12.1/sys/conf/newvers.sh Tue Nov 12 18:13:04 2019 (r354653) +++ releng/12.1/sys/conf/newvers.sh Tue Nov 12 18:13:51 2019 (r354654) @@ -46,7 +46,7 @@ TYPE="FreeBSD" REVISION="12.1" -BRANCH="RELEASE" +BRANCH="RELEASE-p1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911121813.xACIDpWW092591>