git: af1ef35a0066 - main - RELNOTES: Document that ktls is now enabled by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Nov 2024 18:54:43 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=af1ef35a00668b1461af31c73f0bf48e27b5c8f8 commit af1ef35a00668b1461af31c73f0bf48e27b5c8f8 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2024-11-25 18:54:25 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2024-11-25 18:54:25 +0000 RELNOTES: Document that ktls is now enabled by default --- RELNOTES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELNOTES b/RELNOTES index 6441bffcb358..a4f6e877ae32 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,11 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +b2f7c53430c3: + Kernel TLS is now enabled by default in kernels including KTLS + support. KTLS is included in GENERIC kernels for aarch64, + amd64, powerpc64, and powerpc64le. + f57efe95cc25: New mididump(1) utility which dumps MIDI 1.0 events in real time.