From: Daniel Stenberg Date: Mon, 25 Jun 2001 12:58:19 +0000 (+0000) Subject: multiple file transfers with resume fix X-Git-Tag: curl-7_8_1-pre3~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=798aaf0c0a8a1f32c3a6f304ed173dc626ae7a4e;p=thirdparty%2Fcurl.git multiple file transfers with resume fix --- diff --git a/CHANGES b/CHANGES index 0597a38de7..1c6d7e2c3c 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,10 @@ History of Changes Daniel (25 June 2001) +- Björn Stenberg correctly identified a problem that occurred when downloading + several files with curl, and using resume. The first file's resume index was + then used for all files, resulting in weird results... + - Anton Kalmykov provided a fix that makes curl work with form field names with spaces like when -F is used.