RELNOTES: fix consistency

Colons on the commit ids started being lost at 89d197cc99 and
continued subsequent updates.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D39991
This commit is contained in:
Elliott Mitchell 2023-05-06 23:30:21 -06:00 committed by Warner Losh
parent 572b77f8da
commit af8e0a60d9

View File

@ -10,20 +10,20 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed. Changes to this file should not be MFCed.
3416e102c4e9 3416e102c4e9:
Remove TI code from armv7 GENERIC kernel. Remove TI code from armv7 GENERIC kernel.
This code doesn't cope with newer DTS and hasn't in a long time so This code doesn't cope with newer DTS and hasn't in a long time so
support for TI armv7 platform (like BeagleBone and Pandaboard) is now support for TI armv7 platform (like BeagleBone and Pandaboard) is now
removed from GENERIC. removed from GENERIC.
d198b8774d2c d198b8774d2c:
Add a new "fwget" utility. Add a new "fwget" utility.
The goal of this utility is to inspect the system for peripherals The goal of this utility is to inspect the system for peripherals
that needs firmware and install the appropriate packages for them. that needs firmware and install the appropriate packages for them.
For now only pci subsystem is supported and only firmwares for Intel For now only pci subsystem is supported and only firmwares for Intel
and AMD GPUs are known. and AMD GPUs are known.
896516e54a8c 896516e54a8c:
Add a new "syskrb5" mount option for Kerberized NFSv4.1/4.2 mounts. Add a new "syskrb5" mount option for Kerberized NFSv4.1/4.2 mounts.
Without this patch, a Kerberized NFSv4.1/4.2 mount must provide Without this patch, a Kerberized NFSv4.1/4.2 mount must provide
a Kerberos credential for the client at mount time. a Kerberos credential for the client at mount time.
@ -34,7 +34,7 @@ d198b8774d2c
credential is required at mount time. credential is required at mount time.
See mount_nfs(8). See mount_nfs(8).
330aa8acdec7,ff2f1f691cdb 330aa8acdec7,ff2f1f691cdb:
Adds support for the SP4_MACH_CRED case for the Adds support for the SP4_MACH_CRED case for the
NFSv4.1/4.2 ExchangeID operation since the Linux NFSv4.1/4.2 ExchangeID operation since the Linux
NFSv4.1/4.2 client is now using this for Kerberized mounts. NFSv4.1/4.2 client is now using this for Kerberized mounts.