diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-04-07 18:39:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-04-07 18:39:18 +0000 |
commit | cc5c53454a3da4eebfbc0a2b5951d3e3afd7df92 (patch) | |
tree | 2ea35a8d48c7672e2a23992160b3a2f02fdc4032 /CHANGES | |
parent | f7874cad291b04d6fcbcb3417f32c2854c8bbec0 (diff) |
formfree() fix, version display fixed, curl_escape() fix
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,16 @@ History of Changes +Daniel (7 April 2001) +- Andrés García fixed a problem in curl_escape() and pointed out a flaw in + the curl_easy_setopt man page. + +Daniel (6 April 2001) +- Adjusted the version code to properly display OpenSSL 0.9.6a. They sure + change their version define format often... + +- curl_formfree() now accepts a NULL pointer without crashing! + Version 7.7.1 Daniel (3 April 2001) |