mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
RELNOTES: Document recent file handle layout changes
Reviewed by: olce, rmacklem, imp, emaste
Differential Revision: https://reviews.freebsd.org/D48093
(cherry picked from commit e0b7a9b6be)
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).
This commit is contained in:
parent
6b1a5d3535
commit
ca22082c01
2 changed files with 10 additions and 0 deletions
5
RELNOTES
5
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
|
||||
|
|
|
|||
5
UPDATING
5
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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue