Adding upstream version 1.19.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f46d8ce0c8
commit
d7ceba2005
31 changed files with 1468 additions and 963 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
2017-04-10 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.19 released.
|
||||
* merge.cc: Fix members with thousands of scattered errors.
|
||||
* Option '-a' now works with '-l' and '-D'.
|
||||
* The output of option '-l, --list' has been simplified.
|
||||
* main.cc: Continue testing if any input file is a terminal.
|
||||
* main.cc: Show trailing data in both hexadecimal and ASCII.
|
||||
* file_index.cc: Improve detection of bad dict and trailing data.
|
||||
* file_index.cc: Skip trailing data more efficiently.
|
||||
* lzip.h: Unified messages for bad magic, trailing data, etc.
|
||||
* New struct Bad_byte allows delta and flip modes for bad_value.
|
||||
* unzcrash.cc: Added new option '-e, --set-byte'.
|
||||
|
||||
2016-05-12 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.18 released.
|
||||
|
@ -91,7 +105,7 @@
|
|||
range of bytes decompressing only the members containing the
|
||||
desired data.
|
||||
* Added new option '-l, --list' which prints correct total file
|
||||
sizes and ratios even for multimember files.
|
||||
sizes even for multimember files.
|
||||
* merge.cc repair.cc: Remove output file if recovery fails.
|
||||
* Changed quote characters in messages as advised by GNU Standards.
|
||||
* split.cc: Use Boyer-Moore algorithm to search for headers.
|
||||
|
@ -138,7 +152,7 @@
|
|||
* testsuite/unzcrash.cc: Test all 1-byte errors.
|
||||
|
||||
|
||||
Copyright (C) 2009-2016 Antonio Diaz Diaz.
|
||||
Copyright (C) 2009-2017 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