summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-10-22 03:52:26 +0000
committerWarner Losh <imp@FreeBSD.org>2017-10-22 03:52:26 +0000
commit0a51cbc9c4742ec758617eab68d1b1536b1437e5 (patch)
tree6acd6b53e1cc2ac4377f38164fd420a41c474b6e /UPDATING
parent4b165a5f12b89acf4e47ed4331d3d57a0bb69550 (diff)
downloadsrc-test2-0a51cbc9c4742ec758617eab68d1b1536b1437e5.tar.gz
src-test2-0a51cbc9c4742ec758617eab68d1b1536b1437e5.zip
Add note to updating about shifting LOADER_*SUPPORT options.
Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=324846
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 08ec4c8ef7fe..44c9be133945 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.