diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-05-03 15:08:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-05-03 15:08:43 +0000 |
commit | baa87c84edd812698e37703a897a4a40323b70e4 (patch) | |
tree | 2f24a127737c770262cafd56fc537c8994172814 /ChangeLog | |
parent | Releasing debian version 0.4-9. (diff) | |
download | xlunzip-baa87c84edd812698e37703a897a4a40323b70e4.tar.xz xlunzip-baa87c84edd812698e37703a897a4a40323b70e4.zip |
Merging upstream version 0.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 20 insertions, 6 deletions
@@ -1,11 +1,25 @@ +2020-04-27 Antonio Diaz Diaz <antonio@gnu.org> + + * Version 0.5 released. + * lzip_decompress module updated to version 5.4.18. + * main.c (main): Report an error if a file name is empty. + * Replace 'decompressed', 'compressed' with 'out', 'in' in output. + * Decompression speed has been slightly increased. + * Fix a compilation error with GCC 10. (Reported by Daniel Baumann). + * main.c: Set a valid invocation_name even if argc == 0. + * Document extraction from tar.lz in '--help' output and man page. + * main.c: Compile on DOS with DJGPP. + * configure: Accept appending to CFLAGS, 'CFLAGS+=OPTIONS'. + * testsuite: Add 9 new test files. + 2018-09-18 Antonio Diaz Diaz <antonio@gnu.org> * Version 0.4 released. * lzip_decompress module updated to version 4.18.1-2. - * lzip.c: Renamed to lzip_decompress.c. - * lzip_decompress.c (LZd_init): Fixed a warning on 32 bit systems. + * lzip.c: Rename to lzip_decompress.c. + * lzip_decompress.c (LZd_init): Fix a warning on 32 bit systems. * in_place.c (set_file_sizes): Skip trailing zeros efficiently. - * main.c: Check return value of close( infd ). + * main.c (main): Check return value of close( infd ). * INSTALL: Document use of '-D __USE_MINGW_ANSI_STDIO'. 2018-07-10 Antonio Diaz Diaz <antonio@gnu.org> @@ -18,7 +32,7 @@ * Version 0.2 released. * lzip_decompress module updated to version 4.14.40-2. - * Improved corrupt header detection to HD=3. + * Improve corrupt header detection to HD=3. * --in-place now works with both --decompress and --test. * main.c: Show final diagnostic when testing multiple files. @@ -29,8 +43,8 @@ * Tests the code shipped in linux patches before june 2018. -Copyright (C) 2016-2018 Antonio Diaz Diaz. +Copyright (C) 2016-2020 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 +but just in case, you have unlimited permission to copy, distribute, and modify it. |