Module Name: src
Committed By: nia
Date: Sat Sep 11 22:34:17 UTC 2021
Modified Files:
src/doc: CHANGES
Log Message:
Bootloader banner changes
To generate a diff of this commit:
cvs rdiff -u -r1.2827 -r1.2828 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2827 src/doc/CHANGES:1.2828
--- src/doc/CHANGES:1.2827 Thu Sep 2 11:27:19 2021
+++ src/doc/CHANGES Sat Sep 11 22:34:17 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2827 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2828 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -416,3 +416,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
only KUROBOX_PRO has been tested. [rin 20210830]
evbarm: Add support for Apple M1. [jmcneill 20210830]
OpenSSH: Import 8.7. [christos 20210902]
+ efiboot: Add support for specifying a banner in boot.cfg. [nia 20210907]
+ pxeboot: Add support for specifying a banner in boot.cfg. [nia 20210907]