From fa821fe19680ee8a9ab0bce46193285295af0c52 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 7 Mar 2011 17:15:59 +1100 Subject: [PATCH] Updated changelog. --- ChangeLog | 2 ++ WHATS-NEW | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8cafbad..1d5bd86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,8 @@ accurately reflect the window that will be used. * Unlink temporary files immediately to avoid files lying around. * Check free space AFTER reading magic, and not when decompressing to stdout. * Don't dump output to stdout when just testing a file. +* Dump the temporary file generated on emulating stdout on decompression after +every chunk is decompressed instead of after the whole file is decompressed. MARCH 2011, Michael Blumenkrantz * Updated autotools/conf build system. diff --git a/WHATS-NEW b/WHATS-NEW index 93487eb..4062126 100644 --- a/WHATS-NEW +++ b/WHATS-NEW @@ -12,6 +12,7 @@ when lrzip is invoked with STDIN/STDOUT. STDIN will now be able to show estimated time to completion and percentage complete once lrzip knows how much file is left. Temporary files are much less likely to be left lying around. +Less temporary file space will be used when decompressing to stdout. lrzip-0.570