summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-06-28 09:38:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-06-28 09:38:41 +0000
commitb9665c8d391b176a290d827c4802ec3bc50ed970 (patch)
tree48e77a642132cec86995c58b274251576cf966f6 /ChangeLog
parentAdding upstream version 0.5. (diff)
downloadxlunzip-5d6e9894108ee160e0c9128114622bc0f57415e0.tar.xz
xlunzip-5d6e9894108ee160e0c9128114622bc0f57415e0.zip
Adding upstream version 0.6.upstream/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.