diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -1,3 +1,17 @@ +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. + * '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. + * zutils.texi: Change GNU Texinfo category to 'Compression'. + (Reported by Alfred M. Szmidt). + 2021-01-05 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.10 released. @@ -37,7 +51,7 @@ * zutils.cc (good_status): Wait for killed child. * Test and document continuation or exit of zcat, zgrep, ztest, and zupdate in case of error. - * configure: Accept appending to CXXFLAGS, 'CXXFLAGS+=OPTIONS'. + * configure: Accept appending to CXXFLAGS; 'CXXFLAGS+=OPTIONS'. 2018-02-13 Antonio Diaz Diaz <antonio@gnu.org> @@ -147,8 +161,8 @@ 2009-10-05 Antonio Diaz Diaz <ant_diaz@teleline.es> * Version 0.6 released. - * zcat.in, zgrep.in: Remove again default compressor. Format of - data read from stdin is now automatically detected. + * zcat.in, zgrep.in: Remove again default compressor. The format of + the data read from stdin is now automatically detected. * Makefile.in: Add option '--name' to help2man invocation. 2009-10-01 Antonio Diaz Diaz <ant_diaz@teleline.es> @@ -180,7 +194,7 @@ * Version 0.1 released. -Copyright (C) 2009-2021 Antonio Diaz Diaz. +Copyright (C) 2009-2022 Antonio Diaz Diaz. This file is a collection of facts, and thus it is not copyrightable, but just in case, you have unlimited permission to copy, distribute, and |