aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-07-14 18:58:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-07-14 18:58:42 +0000
commitdaef1cf34d6df8b199cf2081bda4b1b4d1916b97 (patch)
treec2accf81ece3be15c7bd132d3871c0e0627413b1 /CHANGES
parentbd8d4637a3fe71ac911c1ff54b30beca47f81f76 (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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a50f785a5..a8f99d9a0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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