aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-10-22 09:28:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-10-22 09:28:42 +0000
commit268eebca013b2895f534a4ffdb5a7e717452b2b9 (patch)
tree068cce21b6bd00ebe48cc8b31edc189c396be5c3
parent1056dc9a26db39bdb31f5f0b49080b13df3cb528 (diff)
mention Patrick Monnerat's recent work on the postfields problems
-rw-r--r--RELEASE-NOTES5
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 4e57d8ec7..91a938262 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -20,6 +20,7 @@ This release includes the following changes:
o renamed CURLE_SSL_PEER_CERTIFICATE to CURLE_PEER_FAILED_VERIFICATION
o added CURLOPT_OPENSOCKETFUNCTION and CURLOPT_OPENSOCKETDATA
o CULROPT_COOKIELIST supports "FLUSH"
+ o added CURLOPT_COPYPOSTFIELDS
This release includes the following bugfixes:
@@ -36,6 +37,7 @@ This release includes the following bugfixes:
o handles chunked-encoded CONNECT responses
o misuse of ares_timeout() result
o --local-port on TFTP transfers
+ o CURLOPT_POSTFIELDS could fail to send binary data
o specifying a proxy with a trailing slash didn't work (unless it also
contained a port number)
@@ -56,6 +58,7 @@ advice from friends like these:
Dan Fandrich, Michal Marek, Günter Knauf, Rob Crittenden, Immanuel Gregoire,
Mark Davies, Max Katsev, Philip Langdale, Alex Fishman, Johnny Luong,
- Alexey Pesternikov, Yang Tse, Kim Rinnewitz, Michael Wallner
+ Alexey Pesternikov, Yang Tse, Kim Rinnewitz, Michael Wallner,
+ Patrick Monnerat,
Thanks! (and sorry if I forgot to mention someone)