diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 19 insertions, 4 deletions
@@ -1,11 +1,26 @@ +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'. + * Support compress'd (.Z) files through gzip in all utilities. + +2022-03-06 Antonio Diaz Diaz <antonio@gnu.org> + + * Version 1.12-pre1 released. + * zgrep.cc: Accept options '-G, --basic-regexp', '--label=<label>', + '--line-buffered', '-P, --perl-regexp', '--silent', + '-T, --initial-tab', '-U, --binary'. (Reported by Chris Jamboretz). + 2022-01-25 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.11 released. * zcmp.cc, zdiff.cc (main): Fix race returning 1 instead of 2 when a compressor is not found or when the wrong format is forced. * zcmp.cc (getnum): Show option name and valid range if error. - * All tools: Show option name if error in option argument. - * Add support for zstd format to all tools. + * All utilities: Show option name if error in option argument. + * Add support for zstd format to all utilities. * 'zdiff -v -V' now prints the version of the diff program used. * 'zgrep --verbose -V' now prints the version of the grep program used. * zutils.texi: Document recompression of read-only files by linking. @@ -18,7 +33,7 @@ * zdiff.cc (set_fifonames): Encode pid in little endian order. * zupdate.cc (zupdate_file): Fix a portability issue with Solaris 10. * zutils.texi: Document that 'zgrep -L' fails with GNU grep 3.2 to 3.4. - * check.sh: Test empty input files with all tools except zupdate. + * check.sh: Test empty input files with all utilities except zupdate. 2020-06-27 Antonio Diaz Diaz <antonio@gnu.org> @@ -95,7 +110,7 @@ * Version 1.2 released. * New utility; zupdate. - * Remove zutils executable. Utils are now independent executables. + * Remove zutils executable. Utilities are now independent executables. * zgrep.cc: Fix the exit status returned on error. * zutils.texinfo: Rename to zutils.texi. |