diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-08 22:56:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-08 22:56:46 +0000 |
commit | 1eedad27a23e2158d5939deda66182f97cfe2212 (patch) | |
tree | 052859385adef0b9ca8813884fd8cbbadfdbf42e /RELEASE-NOTES | |
parent | ac02d379ba4580a2ff4e5b12eaea12edca0a2250 (diff) |
Armel Asselin made the CURLOPT_PREQUOTE option work fine even when
CURLOPT_NOBODY is set true. PREQUOTE is then run roughly at the same place
in the command sequence as it would have run if there would've been a
transfer.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 69cd3fb38..f327b5335 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -9,6 +9,10 @@ Curl and libcurl 7.15.6 Number of known libcurl bindings: 32 Number of contributors: 515 +This release includes the following changes: + + o CURLOPT_PREQUOTE works even when CURLOPT_NOBODY is set true + This release includes the following bugfixes: o "Expect: 100-continue" disable on second POST on re-used connection @@ -17,6 +21,6 @@ This release includes the following bugfixes: This release would not have looked like this without help, code, reports and advice from friends like these: - Domenico Andreoli + Domenico Andreoli, Armel Asselin, Gisle Vanem, Yang Tse Thanks! (and sorry if I forgot to mention someone) |