The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=e77d49921c271cc13119ce7e29dd974af8560524
commit e77d49921c271cc13119ce7e29dd974af8560524 Author: John Baldwin <[email protected]> AuthorDate: 2024-11-30 21:28:14 +0000 Commit: John Baldwin <[email protected]> CommitDate: 2024-11-30 21:28:14 +0000 RELNOTES: Document that grep no longer follows symlinks by default --- RELNOTES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELNOTES b/RELNOTES index 2ed706bc716e..57cabbff342e 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. +35b193572545: + grep(1) no longer follows symbolic links by default for + recursive searches. This matches the documented behavior in + the manual page. + 0644746d5091: 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
