git: 9504e956c508 - main - RELNOTES: Add an entry for commit 5000d023a446
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Oct 2025 00:40:40 UTC
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=9504e956c50875b2325f62c2d658509fa10d489d commit 9504e956c50875b2325f62c2d658509fa10d489d Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2025-10-12 00:35:04 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2025-10-12 00:35:04 +0000 RELNOTES: Add an entry for commit 5000d023a446 --- RELNOTES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELNOTES b/RELNOTES index 9960fdcaf00f..891ec955b1fb 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,13 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +5000d023a464, 03da141d59ae: + Add a "-f option to "kadmin -l dump" with can be used to + dump the Heimdal KDC database in a format that can be loaded + into the MIT KDC. + See https://wiki.freebsd.org/Kerberos/Heimdal2MIT_KDC_Migration + for how to use "-f" to transfer/convert the KDC database. + 9cab9fde5eda: virtual_oss is imported to base. The audio/virtual_oss port will stop being built from FreeBSD 15.0 onwards.