From 274c86b0397198011756479218dd14262d9421ff Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 26 Jul 2022 07:52:19 +0200 Subject: Merging upstream version 1.12~pre2. Signed-off-by: Daniel Baumann --- ChangeLog | 23 ++++++-- NEWS | 38 +++++-------- README | 7 ++- configure | 2 +- doc/zcat.1 | 2 +- doc/zcmp.1 | 2 +- doc/zdiff.1 | 4 +- doc/zgrep.1 | 25 ++++++++- doc/ztest.1 | 2 +- doc/zupdate.1 | 15 ++++-- doc/zutils.info | 118 +++++++++++++++++++++++++++++----------- doc/zutils.texi | 97 +++++++++++++++++++++++++-------- rc.cc | 1 + testsuite/check.sh | 42 +++++++++++++-- zcmp.cc | 23 ++++---- zdiff.cc | 25 ++++----- zgrep.cc | 154 +++++++++++++++++++++++++++++------------------------ zupdate.cc | 56 +++++++++++-------- zutils.cc | 8 ++- 19 files changed, 422 insertions(+), 222 deletions(-) diff --git a/ChangeLog b/ChangeLog index 148bc9e..4f12393 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,26 @@ +2022-04-12 Antonio Diaz Diaz + + * Version 1.12-pre2 released. + * zgrep.cc: Accept option '-Z, --null'. (Reported by Leah Neukirchen). + * zupdate.cc: New options '-e, --expand-extensions', + '-i, --ignore-errors'. + * Support compress'd (.Z) files through gzip in all utilities. + +2022-03-06 Antonio Diaz Diaz + + * Version 1.12-pre1 released. + * zgrep.cc: Accept options '-G, --basic-regexp', '--label=