diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-29 21:45:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-29 21:45:25 +0000 |
commit | 93aa22ea0891c6e97509aeadf147e0ec4b8e656a (patch) | |
tree | 055bfc7a919728629943318b92b423af4b1405ba | |
parent | b7c6bc20be8f85226a48ef3dd083e748945b9ab9 (diff) |
--disable-epsv when connecting to an IPv6 ftp server
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3316a1a68..12387d396 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -23,6 +23,7 @@ This release includes the following changes: This release includes the following bugfixes: + o --disable-epsv when connecting to an IPv6 ftp server o no more extra progress meter newline output after each Location: followed o HTTP PUT/POST with Digest, NTLM or Negotiate no longer uses HEAD o now gracefully bails out when exceeding FD_SETSIZE file descriptors |