summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-11-20 22:53:55 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-11-20 22:55:53 -0800
commitaf79b17356f2edeca2908c14d922a24f659d4a96 (patch)
tree8d443c04de3dd1a609f676f278c8b3c8d5c6d69e /NEWS
parent56762bfda567ac2f96ab2f88e8117b5602bccddb (diff)
downloadgrep-af79b17356f2edeca2908c14d922a24f659d4a96.tar.gz
grep: -s does not suppress “binary file matches”
* src/grep.c (grep): Implement this. * tests/binary-file-matches: Add regression test.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2f630718..50155802 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,11 @@ GNU grep NEWS -*- outline -*-
release 2.5.3 (2007), now warn that they are obsolescent and should
be replaced by grep -E and grep -F.
+** Bug fixes
+
+ The -s option no longer suppresses "binary file matches" messages.
+ [Bug#51860 introduced in grep 3.5]
+
* Noteworthy changes in release 3.7 (2021-08-14) [stable]