Updated changelog.

This commit is contained in:
Con Kolivas 2011-03-07 17:15:59 +11:00
parent 13a6fb5b43
commit fa821fe196
2 changed files with 3 additions and 0 deletions

View file

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

View file

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