diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-25 16:01:59 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-25 16:02:34 +0000 |
commit | 33cffc3f05f0598c91c8b6b7909eb30bfa28ac0c (patch) | |
tree | c82234dd43652d896f1d1d708d84540cdde01623 /ChangeLog | |
parent | Adding debian version 1.8~pre1-1. (diff) | |
download | lunzip-33cffc3f05f0598c91c8b6b7909eb30bfa28ac0c.tar.xz lunzip-33cffc3f05f0598c91c8b6b7909eb30bfa28ac0c.zip |
Merging upstream version 1.8.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -1,8 +1,17 @@ -2015-07-07 Antonio Diaz Diaz <antonio@gnu.org> +2016-05-12 Antonio Diaz Diaz <antonio@gnu.org> - * Version 1.8-pre1 released. + * Version 1.8 released. + * main.c: Added new option '-a, --trailing-error'. * main.c (main): With '-u', verify that output file is regular. - * Error messages synced with lzip-1.17. + * main.c (decompress): Print up to 6 bytes of trailing data + when '-vvvv' is specified. + * decoder.c (LZd_verify_trailer): Removed test of final code. + * main.c (main): Delete '--output' file if infd is a terminal. + * main.c (main): Don't use stdin more than once. + * Error messages synced with lzip-1.18. + * configure: Avoid warning on some shells when testing for gcc. + * testsuite/check.sh: A POSIX shell is required to run the tests. + * testsuite/check.sh: Don't check error messages. 2015-05-27 Antonio Diaz Diaz <antonio@gnu.org> @@ -24,7 +33,7 @@ 2013-09-17 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.4 released. - * main.c (show_header): Do not show header version. + * main.c (show_header): Don't show header version. * Minor fixes. 2013-06-18 Antonio Diaz Diaz <antonio@gnu.org> @@ -60,7 +69,7 @@ * Created from the decompression code of clzip 1.1. -Copyright (C) 2010-2015 Antonio Diaz Diaz. +Copyright (C) 2010-2016 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 |