Update changelogs.

This commit is contained in:
Con Kolivas 2011-03-07 21:11:58 +11:00
parent 44ed5727b3
commit 42c6b28958
2 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -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