diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-06-28 09:38:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-06-28 09:38:47 +0000 |
commit | d1eec8184551651d58eefdea942648f2c8432240 (patch) | |
tree | c8089fa3b24adda100afb1294c21f2747d321cb1 /ChangeLog | |
parent | Releasing debian version 0.5-1. (diff) | |
download | xlunzip-d1eec8184551651d58eefdea942648f2c8432240.tar.xz xlunzip-d1eec8184551651d58eefdea942648f2c8432240.zip |
Merging upstream version 0.6.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2020-06-24 Antonio Diaz Diaz <antonio@gnu.org> + + * Version 0.6 released. + * Make '-o' behave like '-c', but writing to file instead of stdout. + * in_place.c: Multimember decompression should now work for any file + that fits in memory and is smaller than (LONG_MAX - extra_bytes). + * README: Add an analysis of the in-place decompression. + 2020-04-27 Antonio Diaz Diaz <antonio@gnu.org> * Version 0.5 released. |