diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-06-25 09:49:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-06-25 09:49:14 +0000 |
commit | cd4aed6690aac1d001865bf144c85cd3eb423b51 (patch) | |
tree | 16f47e19d8c593005a5cc246db5a26c12368b395 | |
parent | fa601af722c0701b812225ccf5da94b863983d61 (diff) | |
download | curl-cd4aed6690aac1d001865bf144c85cd3eb423b51.tar.gz |
- Anton Kalmykov provided a fix that makes curl work with form field names
with spaces like when -F is used.
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |