summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-06-28 09:38:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-06-28 09:38:47 +0000
commitd1eec8184551651d58eefdea942648f2c8432240 (patch)
treec8089fa3b24adda100afb1294c21f2747d321cb1 /ChangeLog
parentReleasing debian version 0.5-1. (diff)
downloadxlunzip-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 127eba9..218c806 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.