1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

- Anton Kalmykov provided a fix that makes curl work with form field names

with spaces like when -F is used.
This commit is contained in:
Daniel Stenberg 2001-06-25 09:49:14 +00:00
parent fa601af722
commit cd4aed6690

View File

@ -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