Adding upstream version 1.20.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d7ceba2005
commit
df07043ffe
31 changed files with 1242 additions and 685 deletions
38
ChangeLog
38
ChangeLog
|
@ -1,3 +1,20 @@
|
|||
2018-02-12 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.20 released.
|
||||
* split.cc: Fixed splitting of files > 64 KiB broken since 1.16.
|
||||
* main.cc: Added new option '--dump-tdata'.
|
||||
* main.cc: Added new option '--remove-tdata'.
|
||||
* main.cc: Added new option '--strip-tdata'.
|
||||
* main.cc: Added new option '--loose-trailing'.
|
||||
* Improved corrupt header detection to HD=3.
|
||||
* main.cc: Show corrupt or truncated header in multimember file.
|
||||
* Replaced 'bits/byte' with inverse compression ratio in output.
|
||||
* Show progress of decompression at verbosity level 2 (-vv).
|
||||
* Show progress of decompression only if stderr is a terminal.
|
||||
* main.cc: Show final diagnostic when testing multiple files.
|
||||
* decoder.cc (verify_trailer): Show stored sizes also in hex.
|
||||
Show dictionary size at verbosity level 4 (-vvvv).
|
||||
|
||||
2017-04-10 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.19 released.
|
||||
|
@ -44,8 +61,8 @@
|
|||
* lzip.texi: Added chapter 'Trailing data'.
|
||||
* configure: Avoid warning on some shells when testing for g++.
|
||||
* Makefile.in: Detect the existence of install-info.
|
||||
* testsuite/check.sh: Don't check error messages.
|
||||
* testsuite/check.sh: A POSIX shell is required to run the tests.
|
||||
* check.sh: Don't check error messages.
|
||||
* check.sh: A POSIX shell is required to run the tests.
|
||||
|
||||
2015-05-28 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
|
@ -86,8 +103,7 @@
|
|||
* split.cc: In verbose mode show names of files being created.
|
||||
* main.cc (show_header): Show header version if verbosity >= 4.
|
||||
* configure: Options now accept a separate argument.
|
||||
* Makefile.in: Added new target 'install-as-lzip'.
|
||||
* Makefile.in: Added new target 'install-bin'.
|
||||
* Makefile.in: Added new targets 'install-as-lzip', 'install-bin'.
|
||||
* main.cc: Use 'setmode' instead of '_setmode' on Windows and OS/2.
|
||||
|
||||
2012-02-24 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
||||
|
@ -115,10 +131,10 @@
|
|||
|
||||
* Version 1.12 released.
|
||||
* lziprecover.cc: If '-v' is not specified show errors only.
|
||||
* testsuite/unzcrash.cc: Use Arg_parser.
|
||||
* testsuite/unzcrash.cc: Added new option '-b, --bits'.
|
||||
* testsuite/unzcrash.cc: Added new option '-p, --position'.
|
||||
* testsuite/unzcrash.cc: Added new option '-s, --size'.
|
||||
* unzcrash.cc: Use Arg_parser.
|
||||
* unzcrash.cc: Added new option '-b, --bits'.
|
||||
* unzcrash.cc: Added new option '-p, --position'.
|
||||
* unzcrash.cc: Added new option '-s, --size'.
|
||||
|
||||
2010-09-16 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
||||
|
||||
|
@ -143,16 +159,16 @@
|
|||
|
||||
* Version 1.6 released.
|
||||
* Added man page for lziprecover.
|
||||
* testsuite/check.sh: Test lziprecover.
|
||||
* check.sh: Test lziprecover.
|
||||
|
||||
2009-01-24 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
||||
|
||||
* Version 1.4 released.
|
||||
* Added 'lziprecover', a member recoverer program.
|
||||
* testsuite/unzcrash.cc: Test all 1-byte errors.
|
||||
* unzcrash.cc: Test all 1-byte errors.
|
||||
|
||||
|
||||
Copyright (C) 2009-2017 Antonio Diaz Diaz.
|
||||
Copyright (C) 2009-2018 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