mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Update documentation.
This commit is contained in:
parent
d000920ff7
commit
f0c31e7ebb
15
WHATS-NEW
15
WHATS-NEW
|
|
@ -1,5 +1,20 @@
|
|||
Changelog will be moved to git entirely from this point forward.
|
||||
|
||||
lrzip-0.650
|
||||
|
||||
Minor optimisations.
|
||||
Exit status fixes.
|
||||
Update and beautify information output.
|
||||
Fix Android build.
|
||||
Enable MD5 on Apple build.
|
||||
Deprecate and remove liblrzip which was unused and at risk of bitrot.
|
||||
Fix failures with compressing to STDOUT with inadequate memory.
|
||||
Fix possible race conditions.
|
||||
Fix memory leaks.
|
||||
Fix -q to only hide progress.
|
||||
Add -Q option for very quiet.
|
||||
|
||||
|
||||
lrzip-0.641
|
||||
|
||||
Critical bugfix for broken lz4 testing which would prevent secondary
|
||||
|
|
|
|||
|
|
@ -357,7 +357,8 @@ zip(1)
|
|||
.PP
|
||||
.SH "DIAGNOSTICS"
|
||||
.PP
|
||||
Exit status is normally 0; if an error occurs, exit status is 1.
|
||||
Exit status is normally 0; if an error occurs, exit status is 1, usage errors
|
||||
is 2.
|
||||
|
||||
.PP
|
||||
.SH "AUTHOR and CREDITS"
|
||||
|
|
|
|||
Loading…
Reference in a new issue