mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Updated changelog.
This commit is contained in:
parent
13a6fb5b43
commit
fa821fe196
|
|
@ -15,6 +15,8 @@ accurately reflect the window that will be used.
|
||||||
* Unlink temporary files immediately to avoid files lying around.
|
* Unlink temporary files immediately to avoid files lying around.
|
||||||
* Check free space AFTER reading magic, and not when decompressing to stdout.
|
* Check free space AFTER reading magic, and not when decompressing to stdout.
|
||||||
* Don't dump output to stdout when just testing a file.
|
* 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
|
MARCH 2011, Michael Blumenkrantz
|
||||||
* Updated autotools/conf build system.
|
* Updated autotools/conf build system.
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ when lrzip is invoked with STDIN/STDOUT.
|
||||||
STDIN will now be able to show estimated time to completion and percentage
|
STDIN will now be able to show estimated time to completion and percentage
|
||||||
complete once lrzip knows how much file is left.
|
complete once lrzip knows how much file is left.
|
||||||
Temporary files are much less likely to be left lying around.
|
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
|
lrzip-0.570
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue