diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-08 08:09:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-08 08:09:14 +0000 |
commit | 702664e9591197c10ec36ab7a0ab7395b77726d7 (patch) | |
tree | bb85a68dd1afdce9062a51aa0766d81705098ea3 /RELEASE-NOTES | |
parent | 18d87edd6d155c8f94233f8e0c32aa1b7434a038 (diff) |
Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP
file got a Last-Modified: header written to the data stream, corrupting the
actual data. This was because some conditions from the previous FTP code was
not properly brought into the new FTP code. I fixed and I added test case 520
to verify. (This bug was introduced in 7.13.1)
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 ccef16469..259fea3fd 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,16 +14,17 @@ This release includes the following changes: This release includes the following bugfixes: + o CURLOPT_FILETIME when downloading FTP corrupted data o FTP upload resume now works even if no file is present on the site o SSL seeding no longer attempts to read the whole random file Other curl-related news since the previous public release: - o + o pycurl 7.13.1 http://pycurl.sf.net This release would not have looked like this without help, code, reports and advice from friends like these: - Dan Fandrich, Ignacio Vazquez-Abrams + Dan Fandrich, Ignacio Vazquez-Abrams, Randy McMurchy, Dominick Meglio Thanks! (and sorry if I forgot to mention someone) |