aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-12 21:40:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-12 21:40:30 +0000
commitdafd644fe7706e0bf555aa6c92c49e3a3ea7ccf6 (patch)
treeb8545361443781dd6240f628fb367125a85ddc85 /CHANGES
parent73cc1742af3204300a60326861939f7a7a02ca2e (diff)
fixing builds, patching bugs, adding curl_formadd() options
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 49342e5d0..11210b019 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,19 @@
History of Changes
+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.
+
+- Nico Baggus made the VMS version use sigsetjmp() too.
+
+- Jörn Hartroth fixed the mingw32 build using the mm lib.
+
+- Applied patches by Kris Kennaway that correct format string problems in
+ lib/ftp.c and lib/ldap.c.
+
Version 7.9.8-pre3
Daniel (11 Jun 2002)