diff --git a/ChangeLog b/ChangeLog index 1d5bd86..3a35257 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,10 @@ accurately reflect the window that will be used. * 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. +* Don't attempt to file check decompression when it's not meaningful (test +only or to stdout). +* Clean up and simplify the times displayed component. It could potentially +show thousands of seconds. MARCH 2011, Michael Blumenkrantz * Updated autotools/conf build system. diff --git a/WHATS-NEW b/WHATS-NEW index 4062126..b2fa40e 100644 --- a/WHATS-NEW +++ b/WHATS-NEW @@ -13,6 +13,8 @@ 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. +File checking will not be attempted when it's meaningless (like to stdout). +Times displayed should avoid the nonsense thousands of seconds bug. lrzip-0.570