aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2024-11-30 21:28:01 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2024-11-30 21:28:01 +0000
commit3a2ec5957ea95dc9ac22ad8e5b57bcb5c2a59208 (patch)
tree2151e6382c0720ebb013d195e2b5a793437bb19f
parent83f1b98d822704f87e28f8e0016c3169d75ae87f (diff)
RELNOTES: Document that grep no longer follows symlinks by default
-rw-r--r--RELNOTES5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 1ff7364f0ed5..e1ed1d18fc63 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.
+83f1b98d8227:
+ grep(1) no longer follows symbolic links by default for
+ recursive searches. This matches the documented behavior in
+ the manual page.
+
c333758fca3e:
new MAC/do policy and mdo(1) utility which enables a user to
become another user without the requirement of setuid root.