git: c55e4971d9dc - main - RELNOTES: Document that grep no longer follows symlinks by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Nov 2024 17:11:30 UTC
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=c55e4971d9dccf5d5cd5902b258955b47932a877
commit c55e4971d9dccf5d5cd5902b258955b47932a877
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2024-11-13 17:10:39 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-11-13 17:10:39 +0000
RELNOTES: Document that grep no longer follows symlinks by default
Requested by: markj
---
RELNOTES | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/RELNOTES b/RELNOTES
index 71dea5561ed6..6441bffcb358 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -34,6 +34,11 @@ a1da7dc1cdad:
be spliced together, enabling proxy-like functionality without the
need to copy data in and out of user memory.
+fc12c191c087:
+ grep(1) no longer follows symbolic links by default for
+ recursive searches. This matches the documented behavior in
+ the manual page.
+
e962b37bf0ff:
When running bhyve(8) guests with a boot ROM, i.e., bhyveload(8) is not
used, bhyve now assumes that the boot ROM will enable PCI BAR decoding.