Merging upstream version 1.8.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
482a36ad54
commit
0b238fdfef
34 changed files with 858 additions and 455 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,20 @@
|
|||
2019-01-01 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.8 released.
|
||||
* zcat.cc: Fixed a buffer overflow on outbuf when '-v' is used.
|
||||
* zcat.cc (cat): A canary byte has been added to outbuf.
|
||||
* Added new option '-R, --dereference-recursive'.
|
||||
* Option '-r, --recursive' now skips symlinks.
|
||||
* If no files and recursive, examine current working directory.
|
||||
* recursive.cc (test_full_name): Detect directory loops.
|
||||
* recursive.cc: Ignore directories if not --recursive.
|
||||
* recursive.cc: Remove extra trailing slashes from directory args.
|
||||
* zcatgrep.cc (open_instream): Show correct errno.
|
||||
* 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'.
|
||||
|
||||
2018-02-13 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.7 released.
|
||||
|
@ -140,7 +157,7 @@
|
|||
* Version 0.1 released.
|
||||
|
||||
|
||||
Copyright (C) 2009-2018 Antonio Diaz Diaz.
|
||||
Copyright (C) 2009-2019 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue