diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-04-26 07:40:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-04-26 07:40:37 +0000 |
commit | 95152aec685c4d11de6cb25802303e4872d51b3e (patch) | |
tree | 213409d6a9103d2b2be41474782cdd0ffd3ef28f /RELEASE-NOTES | |
parent | 8ed676236395ef970e7c3b74aebbd1f8eef837ba (diff) |
David McCreedy brought line end conversions when doing FTP ASCII
transfers. They are done on non-windows systems and translate CRLF to LF.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 179aeff2b..25b53b44f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -11,6 +11,7 @@ Curl and libcurl 7.15.4 This release includes the following changes: + o line end conversions for FTP ASCII transfers o curl_multi_socket() API added (still mostly untested) o conversion callback options for EBCDIC <=> ASCII conversions o added CURLINFO_FTP_ENTRY_PATH @@ -37,6 +38,7 @@ Other curl-related news since the previous public release: o tclcurl 0.15.3 was released: http://personal1.iddeo.es/andresgarci/tclcurl/english/ + o http://curl.usphp.com/ is a new mirror in Florida, US This release would not have looked like this without help, code, reports and advice from friends like these: |