mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Update changelogs.
This commit is contained in:
parent
44ed5727b3
commit
42c6b28958
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue