diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:09:34 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:09:34 +0000 |
commit | 72164cf0d95398b5f82d96b9be1f931e06f8627c (patch) | |
tree | 928bd21186c7108845bca89226f712e5f089f9d1 /ChangeLog | |
parent | Adding upstream version 1.17. (diff) | |
download | lzip-72164cf0d95398b5f82d96b9be1f931e06f8627c.tar.xz lzip-72164cf0d95398b5f82d96b9be1f931e06f8627c.zip |
Adding upstream version 1.18~pre1.upstream/1.18_pre1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2015-08-13 Antonio Diaz Diaz <antonio@gnu.org> + + * Version 1.18-pre1 released. + * main.cc: Added new option '-a, --trailing-error'. + * Decompression time has been reduced by 2%. + * lzip.texi: Added chapter 'Trailing data'. + * testsuite/check.sh: Don't check error messages. + 2015-07-12 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.17 released. @@ -64,7 +72,7 @@ * Compression time of option '-0' has been reduced by 2%. * main.cc (decompress): Print only one status line for each multi-member file when only one '-v' is specified. - * main.cc (decompress): Print up to 6 bytes of trailing garbage + * main.cc (decompress): Print up to 6 bytes of trailing data when '-vvvv' is specified. * main.cc (open_instream): Do not show the message " and '--stdout' was not specified" for directories, etc. |