diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-07-14 18:58:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-07-14 18:58:42 +0000 |
commit | daef1cf34d6df8b199cf2081bda4b1b4d1916b97 (patch) | |
tree | c2accf81ece3be15c7bd132d3871c0e0627413b1 /CHANGES | |
parent | bd8d4637a3fe71ac911c1ff54b30beca47f81f76 (diff) |
David McCreedy fixed a flaw where the CRLF counter wasn't properly cleared
for FTP ASCII transfers.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Daniel (14 July 2006) +- David McCreedy fixed a flaw where the CRLF counter wasn't properly cleared + for FTP ASCII transfers. + Daniel (8 July 2006) - Ates Goral pointed out that libcurl's cookie parser did case insensitive string comparisons on the path which is incorrect and provided a patch that |