diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-01-19 21:39:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-01-19 21:39:10 +0000 |
commit | a5ca3f175470e5ca82686b0356c0a1691ac08758 (patch) | |
tree | 4899b0713a5f2fbbde3db40d0dc70a1b6be6ee44 /CHANGES | |
parent | 77a17a21d11e067caeae9ef9c59d6c62a3ce355c (diff) | |
download | curl-a5ca3f175470e5ca82686b0356c0a1691ac08758.tar.gz |
- David McCreedy brought a fix and a new test case (129) to make libcurl work
again when downloading files over FTP using ASCII and it turns out that the
final size of the file is not the same as the initial size the server
reported. This is very common since servers don't take the newline
conversions into account.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel Stenberg (19 Jan 2010) +- David McCreedy brought a fix and a new test case (129) to make libcurl work + again when downloading files over FTP using ASCII and it turns out that the + final size of the file is not the same as the initial size the server + reported. This is very common since servers don't take the newline + conversions into account. + Kamil Dudka (14 Jan 2010) - Suppressed side effect of OpenSSL configure checks, which prevented NSS from being properly detected under certain circumstances. It had been caused by |