mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Updated bugs docs.
This commit is contained in:
parent
0efcec6304
commit
28e3ebee97
6
BUGS
6
BUGS
|
|
@ -1,3 +1,5 @@
|
|||
BUGME February 2011
|
||||
BUGME March 2011
|
||||
|
||||
Nil known.
|
||||
Mac may not be able to work with STDIN/STDOUT on very large files.
|
||||
MD5 displayed on large files on Mac may not match file produced, but file
|
||||
generated should match original file.
|
||||
|
|
|
|||
11
README
11
README
|
|
@ -318,7 +318,8 @@ machines. Large files might not decompress on machines with less RAM if SWAP is
|
|||
disabled.
|
||||
|
||||
BUGS:
|
||||
Probably lots. Tell me if you spot any :)
|
||||
Probably lots. Tell me if you spot any :) Any known ones should be documented
|
||||
in the file BUGS.
|
||||
|
||||
|
||||
Links:
|
||||
|
|
@ -341,11 +342,13 @@ and the update to the multithreaded lzma library and all sorts of other
|
|||
features. Thanks to René Rhéaume for fixing executable stacks and
|
||||
Ed Avis for various fixes. Thanks to Matt Mahoney for zpaq code. Thanks to
|
||||
Jukka Laurila for Darwin support. Thanks to George Makrydakis for lrztar.
|
||||
Thanks to Ulrich Drepper for his md5 implementation. Thanks to Serge Belyshev
|
||||
for extensive help, advice, and patches to implement encryption.
|
||||
Thanks to Ulrich Drepper for his md5 implementation. Thanks to Michael
|
||||
Blumenkrantz for new configuration tools. Thanks to the PolarSSL authors for
|
||||
encryption code. Thanks to Serge Belyshev for extensive help, advice, and
|
||||
patches to implement encryption.
|
||||
|
||||
Con Kolivas <kernel@kolivas.org>
|
||||
Sat, 19 Mar 2011
|
||||
Sat, 23 Mar 2011
|
||||
|
||||
Also documented by
|
||||
Peter Hyman <pete@peterhyman.com>
|
||||
|
|
|
|||
Loading…
Reference in a new issue