diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-03-26 08:52:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-03-26 08:52:43 +0000 |
commit | 3dad55d7a839933b84a1c79c0a41dbc5d91f78d7 (patch) | |
tree | 454add8bafd79ca2e0407b709f9a3dfddf2fea4c /CHANGES | |
parent | 598ffeea891c4cdd644b48477d54ae714cce0291 (diff) |
Tor Arntsen figured out that TFTP was broken on a lot of systems since we
called bind() with a too big argument in the 3rd parameter and at least
Tru64, AIX and IRIX seem to be very picky about it.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel (26 March 2006) +- Tor Arntsen figured out that TFTP was broken on a lot of systems since we + called bind() with a too big argument in the 3rd parameter and at least + Tru64, AIX and IRIX seem to be very picky about it. + Daniel (21 March 2006) - David McCreedy added CURLINFO_FTP_ENTRY_PATH. |