1
0
Fork 0

Adding upstream version 1.12~rc1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 06:02:19 +01:00
parent 6110e8b394
commit 1fcd9bc933
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
29 changed files with 1120 additions and 662 deletions

View file

@ -1,9 +1,29 @@
2022-12-05 Antonio Diaz Diaz <antonio@gnu.org>
* Version 1.12-rc1 released.
* zutilsrc: Rename to zutils.conf. Search for it in $XDG_CONFIG_HOME.
(Suggested by Adam Tuja).
* Allow '-O, --force-format' force also uncompressed format.
* zcmp.cc: New option '-H, --hexadecimal'.
Change long name of option '-s' to '--script'.
(Following a similar change made to GNU ed).
Assign short name '-q' to options '--quiet' and '--silent'.
Separate option '-l, --list' from '-v, --verbose'.
(cmp): Print byte and line in EOF message like GNU cmp.
* ztest.cc: Exit with status 2 if a file has wrong extension.
* zupdate.cc: New option '-d, --destdir'.
(zupdate_file): Pass '-q -s' to zcmp if verbosity < 0.
* rc.cc (show_version): Print the versions of the compressors used.
(show_option_error): New function showing argument and option name.
* zutils.texi: Document that format is detected by its magic bytes.
* check.sh: Test tarlz (if available) as compressor for zupdate.
2022-04-12 Antonio Diaz Diaz <antonio@gnu.org>
* 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'.
'-i, --ignore-errors'. ('-i' suggested by Antoni Sawicki).
* Support compress'd (.Z) files through gzip in all utilities.
2022-03-06 Antonio Diaz Diaz <antonio@gnu.org>
@ -126,13 +146,13 @@
* Version 1.0 released.
* Add new option '--format' to all utilities.
* main.cc (main): Make 'grep_show_name' tri-state so that file
name is no prefixed to output by default when searching one
file and '--recursive' has not been selected.
* main.cc (main): Make 'grep_show_name' tri-state so that file name
is not prefixed to the output by default when searching one file
and '--recursive' has not been selected.
* zgrep.cc: Fix output of option '-L' (it behaved like '-l').
* zcmp.cc: Fix deadlock when option '-n' is used.
* zdiff.cc (set_data_feeder): Call compressor with option '-q'
only if verbosity < 0.
* zdiff.cc (set_data_feeder): Call compressor with option '-q' only
if verbosity < 0.
* zutils.cc (set_data_feeder): Likewise.
* Change quote characters in messages as advised by GNU Standards.
* configure: Options now accept a separate argument.
@ -145,7 +165,7 @@
2011-01-11 Antonio Diaz Diaz <ant_diaz@teleline.es>
* Version 0.9 released.
* configure: New options 'DIFF' and 'GREP'.
* configure: New variables 'DIFF' and 'GREP'.
* zcmp.cc: Fix deadlock when files differ.
* zgrep.cc: Fix deadlock when binary file matches.