git: ca22082c01a7 - stable/14 - RELNOTES: Document recent file handle layout changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jan 2025 17:06:01 UTC
The branch stable/14 has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=ca22082c01a77bc51766e637eaf55c5a45dec3eb commit ca22082c01a77bc51766e637eaf55c5a45dec3eb Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2025-01-15 18:20:50 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2025-01-17 16:58:28 +0000 RELNOTES: Document recent file handle layout changes Reviewed by: olce, rmacklem, imp, emaste Differential Revision: https://reviews.freebsd.org/D48093 (cherry picked from commit e0b7a9b6bee16f4855b392c0941e76b7fef777a0) This commit has been adapted for stable/14 (references of the relevant commits and the date have been changed) and the commits that actually have been MFCed so far (mention of tmpfs has been removed). --- RELNOTES | 5 +++++ UPDATING | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/RELNOTES b/RELNOTES index e1ed1d18fc63..515ba162b440 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. +54974e731f27, 155987e20190, 4634282f8908, 7a3a0402aeb6, 6b1a5d3535d9: + The layout of NFS file handles for the tarfs, cd9660, and ext2fs + file systems has changed. An NFS server that exports any of these file + systems will need its clients to unmount and remount the exports. + 83f1b98d8227: grep(1) no longer follows symbolic links by default for recursive searches. This matches the documented behavior in diff --git a/UPDATING b/UPDATING index e8ce65692e6b..9509e5405daa 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,11 @@ Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before updating system packages and/or ports. +20250117: + The layout of NFS file handles for the tarfs, cd9660, and ext2fs + file systems has changed. An NFS server that exports any of these file + systems will need its clients to unmount and remount the exports. + 20240419: Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have been upgraded to 18.1.6. It is important that you run `make delete-old`