Date: Sat, 30 Nov 2024 21:28:26 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: e77d49921c27 - stable/13 - RELNOTES: Document that grep no longer follows symlinks by default Message-ID: <202411302128.4AULSQQm059430@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=e77d49921c271cc13119ce7e29dd974af8560524 commit e77d49921c271cc13119ce7e29dd974af8560524 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2024-11-30 21:28:14 +0000 Commit: John Baldwin <jhb@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411302128.4AULSQQm059430>