svn commit: r347633 - in releng/12.0: . sys/conf
Gordon Tetlow
gordon at FreeBSD.org
Wed May 15 21:25:45 UTC 2019
Author: gordon
Date: Wed May 15 21:25:44 2019
New Revision: 347633
URL: https://svnweb.freebsd.org/changeset/base/347633
Log:
Bump patch revision for updated mds patches.
Approved by: so
Modified:
releng/12.0/UPDATING
releng/12.0/sys/conf/newvers.sh
Modified: releng/12.0/UPDATING
==============================================================================
--- releng/12.0/UPDATING Wed May 15 20:44:27 2019 (r347632)
+++ releng/12.0/UPDATING Wed May 15 21:25:44 2019 (r347633)
@@ -16,6 +16,11 @@ 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.
+20190515 p5 FreeBSD-EN-19:07.mds [revised]
+
+ Fixed error in patch causing panic on i386 architecture. [SA-19:07.mds]
+
+
20190514 p4 FreeBSD-EN-19:08.tzdata
FreeBSD-EN-19:09.xinstall
FreeBSD-EN-19:10.scp
Modified: releng/12.0/sys/conf/newvers.sh
==============================================================================
--- releng/12.0/sys/conf/newvers.sh Wed May 15 20:44:27 2019 (r347632)
+++ releng/12.0/sys/conf/newvers.sh Wed May 15 21:25:44 2019 (r347633)
@@ -46,7 +46,7 @@
TYPE="FreeBSD"
REVISION="12.0"
-BRANCH="RELEASE-p4"
+BRANCH="RELEASE-p5"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
More information about the svn-src-releng
mailing list