diff --git a/ChangeLog b/ChangeLog index 418f3fe..f151493 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/WHATS-NEW b/WHATS-NEW index 809cd4b..c442e1e 100644 --- a/WHATS-NEW +++ b/WHATS-NEW @@ -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