diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-02-19 11:53:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-02-19 11:53:54 +0000 |
commit | 17e8d60c01f8f020e3738db855584f23fb892a04 (patch) | |
tree | 6ff557b749486c4e40b266583de848c41e9e984e /RELEASE-NOTES | |
parent | ec1b3513176b6bac4706de2dc6468dcff3a2e63f (diff) |
- Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 and
5).
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 59796b20a..2ec048505 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -24,6 +24,7 @@ This release includes the following bugfixes: o builds fine with VC2005 o CURLOPT_RANGE set to NULL resets the range for FTP o curl_multi_remove_handle() rare crash + o passive FTP transfers work with SOCKS This release includes the following known bugs: @@ -41,7 +42,7 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Yang Tse, Manfred Schwarb, Michael Wallner, Jeff Pohlmeyer, Shmulik Regev, - Rob Crittenden, Robert A. Monat, Dan Fandrich, Duncan Mac-Vicar Prett, - Michal Marek + Rob Crittenden, Robert A. Monat, Dan Fandrich, Duncan Mac-Vicar Prett, + Michal Marek, Robson Braga Araujo Thanks! (and sorry if I forgot to mention someone) |