From ac0db74a48213627ce6bfa8c66a80d87e12bb03c Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 7 May 2011 13:27:08 +1000 Subject: [PATCH] Update changelogs. --- ChangeLog | 3 +++ WHATS-NEW | 2 ++ 2 files changed, 5 insertions(+) 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