aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
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 /RELEASE-NOTES
parent1faa9d6fd5a1d18f7181402959054f548389d91f (diff)
fixed -F to support setting type= even on parts that aren't file-uploads
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6976282b3..aceb5d493 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -14,6 +14,7 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o -F can now add Content-Type on non-file sections
o double Host: header when following Location: with replaced Host: fixed
o curl_multi_add_handle() return code fix
o "Proxy-Connection: close" is now understood and properly dealt with