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
922fbb361c
commit
ac0db74a48
|
|
@ -3,6 +3,9 @@ MAY 2011, Con Kolivas
|
|||
* Addition of explicit lrzcat symlink which automatically sets "-d -o -"
|
||||
* Revert automatic output to stdout due to addition of explicit lrzcat
|
||||
executable, and to be consistent with gzip.
|
||||
* Fix counter from being zeroed on every loop in rzip.c which was creating
|
||||
excess progress output.
|
||||
* Update GNU license.
|
||||
|
||||
APRIL 2011, version 0.604 Con Kolivas
|
||||
* Detach threads after creating them on the compression side. Not joining them
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
Addition of lrzcat - automatically decompresses .lrz files to stdout.
|
||||
lrzip and lrunzip will no longer automatically output to stdout due to
|
||||
addition of lrzcat executable, and to be consistent with gzip.
|
||||
lrzip progress output will no longer spam the output unless the percentage
|
||||
has changed.
|
||||
|
||||
lrzip-0.604
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue