diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-07-20 09:35:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-07-20 09:35:58 +0000 |
commit | e3377e637a73edb44600083550f14ef64488cd10 (patch) | |
tree | 697ff521fa2e6cc44d5db79e234751834a479cc1 /RELEASE-NOTES | |
parent | 2ab854cafd572311f0d9b901170ec7b0d05141e8 (diff) |
Ralf S. Engelschall filed bug report #1757328
(http://curl.haxx.se/bug/view.cgi?id=1757328) and submitted a patch. It turns
out we broke login to FTP servers that don't require (nor understand) PASS
after the USER command
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6facec926..c97d6eb8a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -22,7 +22,9 @@ This release includes the following bugfixes: o CONNECT endless loop o krb5 support builds with Heimdal o added returned error string for connection refused case - o re-use of dead control connections + o re-use of dead FTP control connections + o login to FTP servers that don't require (nor understand) PASS after the + USER command. This release includes the following known bugs: @@ -40,6 +42,7 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Dan Fandrich, Song Ma, Daniel Black, Giancarlo Formicuccia, Shmulik Regev, - Daniel Cater, Colin Hogben, Jofell Gallardo + Daniel Cater, Colin Hogben, Jofell Gallardo, Daniel Johnson, + Ralf S. Engelschall Thanks! (and sorry if I forgot to mention someone) |