Update changelogs.

This commit is contained in:
Con Kolivas 2011-05-07 13:27:08 +10:00
parent 922fbb361c
commit ac0db74a48
2 changed files with 5 additions and 0 deletions

View file

@ -3,6 +3,9 @@ MAY 2011, Con Kolivas
* Addition of explicit lrzcat symlink which automatically sets "-d -o -" * Addition of explicit lrzcat symlink which automatically sets "-d -o -"
* Revert automatic output to stdout due to addition of explicit lrzcat * Revert automatic output to stdout due to addition of explicit lrzcat
executable, and to be consistent with gzip. 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 APRIL 2011, version 0.604 Con Kolivas
* Detach threads after creating them on the compression side. Not joining them * Detach threads after creating them on the compression side. Not joining them

View file

@ -1,6 +1,8 @@
Addition of lrzcat - automatically decompresses .lrz files to stdout. Addition of lrzcat - automatically decompresses .lrz files to stdout.
lrzip and lrunzip will no longer automatically output to stdout due to lrzip and lrunzip will no longer automatically output to stdout due to
addition of lrzcat executable, and to be consistent with gzip. 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 lrzip-0.604