Date: Wed, 19 Jun 2019 16:44:07 +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: r349200 - in releng/12.0: . sys/conf Message-ID: <201906191644.x5JGi7gl028043@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gordon Date: Wed Jun 19 16:44:07 2019 New Revision: 349200 URL: https://svnweb.freebsd.org/changeset/base/349200 Log: Add UPDATING entries for today's release. Bump patch version. Also fix the previous UPDATING entry. MDS was an SA, not an EN. 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 Jun 19 16:43:05 2019 (r349199) +++ releng/12.0/UPDATING Wed Jun 19 16:44:07 2019 (r349200) @@ -16,7 +16,15 @@ 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] +20190619 p6 FreeBSD-EN-19:11.net + FreeBSD-SA-19:08.rack + + Fix incorrect locking in networking stack [EN-19:11.net] + + Add ability to limit split map entries to prevent resource exhaustion + in non-default RACK TCP stack [SA-19:08.rack] + +20190515 p5 FreeBSD-SA-19:07.mds [revised] Fixed error in patch causing panic on i386 architecture. [SA-19:07.mds] Modified: releng/12.0/sys/conf/newvers.sh ============================================================================== --- releng/12.0/sys/conf/newvers.sh Wed Jun 19 16:43:05 2019 (r349199) +++ releng/12.0/sys/conf/newvers.sh Wed Jun 19 16:44:07 2019 (r349200) @@ -46,7 +46,7 @@ TYPE="FreeBSD" REVISION="12.0" -BRANCH="RELEASE-p5" +BRANCH="RELEASE-p6" 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?201906191644.x5JGi7gl028043>