aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-10 21:47:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-10 21:47:52 +0000
commit0ec4c66fbaea2d024e4efa16a608e9099ef49de3 (patch)
tree9773b5af93f6a8e8b91d038247c745b5ba1a4bd6 /CHANGES
parent1faa9d6fd5a1d18f7181402959054f548389d91f (diff)
fixed -F to support setting type= even on parts that aren't file-uploads
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6e805fb6e..4f945ad21 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
Changelog
Daniel (10 September 2004)
+- As found out by Jonas Forsman, curl didn't allow -F to set Content-Type on
+ text-parts. Starting now, we can do -F "name=daniel;type=text/extra". Added
+ test case 186 to verify.
+
- Bug report #1025986. When following a Location: with a custom Host: header
replacement, curl only replaced the Host: header on the initial request
and didn't replace it on the following ones. This resulted in requests with