diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-06-13 14:37:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-06-13 14:37:15 +0000 |
commit | 67273eed9bc06b864bfb5882fc87ee6cd891be38 (patch) | |
tree | 88cb05463db7d7fdbf5ccb4eee764608d81647f2 /CHANGES | |
parent | 3c63e1d8d98be4ab385a7d279ae8645d8b4ad4de (diff) |
7.9.8 commit
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -6,11 +6,16 @@ History of Changes +Version 7.9.8 + +Daniel (13 Jun 2002) +- Time to let this baby go. + Daniel (12 Jun 2002) -- Chris Combes provided a patch that added three new options for - curl_formadd(): CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH - They are used to create a multipart that appears as a regular file upload, - but the data is provided with a pointer and length. +- Chris Combes added three new options for curl_formadd(): CURLFORM_BUFFER, + CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH. They are used to create a + multipart that appears as a regular file upload, but the data is provided + with a pointer and length. - Nico Baggus made the VMS version use sigsetjmp() too. |