Update documentation.

This commit is contained in:
Con Kolivas 2022-02-27 21:14:10 +11:00
parent d000920ff7
commit f0c31e7ebb
3 changed files with 18 additions and 1035 deletions

1035
ChangeLog

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,20 @@
Changelog will be moved to git entirely from this point forward. 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 lrzip-0.641
Critical bugfix for broken lz4 testing which would prevent secondary Critical bugfix for broken lz4 testing which would prevent secondary

View file

@ -357,7 +357,8 @@ zip(1)
.PP .PP
.SH "DIAGNOSTICS" .SH "DIAGNOSTICS"
.PP .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 .PP
.SH "AUTHOR and CREDITS" .SH "AUTHOR and CREDITS"