From: Daniel Stenberg Date: Mon, 25 Jun 2001 09:49:14 +0000 (+0000) Subject: - Anton Kalmykov provided a fix that makes curl work with form field names X-Git-Tag: curl-7_8_1-pre3~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd4aed6690aac1d001865bf144c85cd3eb423b51;p=thirdparty%2Fcurl.git - Anton Kalmykov provided a fix that makes curl work with form field names with spaces like when -F is used. --- diff --git a/CHANGES b/CHANGES index 1ba94fa006..0597a38de7 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,10 @@ History of Changes +Daniel (25 June 2001) +- Anton Kalmykov provided a fix that makes curl work with form field names + with spaces like when -F is used. + Daniel (20 June 2001) - Mike Bytnar provided a fine report that proved that the --with-ssl option for configure needed tweaking. It no longer searches the default directories