Updated bugs docs.

This commit is contained in:
Con Kolivas 2011-03-23 10:38:08 +11:00
parent 0efcec6304
commit 28e3ebee97
2 changed files with 11 additions and 6 deletions

6
BUGS
View file

@ -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
View file

@ -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>