Date: Sun, 22 Oct 2017 03:52:27 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r324846 - head Message-ID: <201710220352.v9M3qRTR028283@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Sun Oct 22 03:52:26 2017 New Revision: 324846 URL: https://svnweb.freebsd.org/changeset/base/324846 Log: Add note to updating about shifting LOADER_*SUPPORT options. Sponsored by: Netflix Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Oct 22 03:52:22 2017 (r324845) +++ head/UPDATING Sun Oct 22 03:52:26 2017 (r324846) @@ -51,6 +51,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: ****************************** SPECIAL WARNING: ****************************** +20171021: + As part of the boot loader infrastructure cleanup, LOADER_*_SUPPORT + options are changing from controlling the build if defined / undefined + to controlling the build with explicit 'yes' or 'no' values. They will + shift to WITH/WITHOUT options to match other options in the system. + 20171010: libstand has turned into a private library for sys/boot use only. It is no longer supported as a public interface outside of sys/boot.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710220352.v9M3qRTR028283>