From af79b17356f2edeca2908c14d922a24f659d4a96 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 20 Nov 2021 22:53:55 -0800 Subject: =?UTF-8?q?grep:=20-s=20does=20not=20suppress=20=E2=80=9Cbinary=20?= =?UTF-8?q?file=20matches=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * src/grep.c (grep): Implement this. * tests/binary-file-matches: Add regression test. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') 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] -- cgit v1.2.1