diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-03-07 08:29:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-07 08:29:24 +0000 |
commit | 58cad04bbbe2438d499c5f2c9f1af40e2a78a555 (patch) | |
tree | 9c78a7d52e38a0288ea07a1447c9936f8f47e8ff /docs/KNOWN_BUGS | |
parent | 9bb64d6827a30bd3fa1615588008eb980d07f249 (diff) |
added the "known bugs" file
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS new file mode 100644 index 000000000..ed389b590 --- /dev/null +++ b/docs/KNOWN_BUGS @@ -0,0 +1,14 @@ +These are problems known to exist at the time of this release. Feel free to +join in and help us correct one or more of these! Also be sure to check the +changelog of the current development status, as one or more of these problems +may have been fixed since this was written! + +* curl_formadd() fails on OSF1. Why? Fix! Need help from OSF1 dudes. + https://sourceforge.net/tracker/index.php?func=detail&aid=524433&group_id=976&atid=100976 + +* Running 'make test' on Mac OS X gives 4 errors. This seems to be related + to some kind of libtool problem: + http://curl.haxx.se/mail/archive-2002-03/0029.html and + http://curl.haxx.se/mail/archive-2002-03/0033.html + +* libcurl does not deal nicely with files larger than 2GB
\ No newline at end of file |