1
0
Fork 0

Merging upstream version 1.0~rc7.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 05:41:55 +01:00
parent 70fca17fa7
commit 59f5545caa
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
15 changed files with 82 additions and 55 deletions

2
NEWS
View file

@ -5,6 +5,8 @@ The new option "--format" has been added to all utilities.
Zgrep no more prefixes the file name to the output by default when
searching one file and "--recursive" has not been selected.
The output of "zgrep -L" has been fixed (it behaved like "zgrep -l").
A deadlock in zcmp, which happens when the "-n" option is used, has been
fixed.