diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-10-21 12:29:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-10-21 12:29:52 +0000 |
commit | 051ab439a99980e4938c4c61bf2e0f22b04d388e (patch) | |
tree | 9185f7b1fe2fa2060365ed1950cdaa4b0c063829 /RELEASE-NOTES | |
parent | 12e60c6d4e0c671b8a802c840865b0abf2c9fe26 (diff) |
- A patch in bug report #2883177 (http://curl.haxx.se/bug/view.cgi?id=2883177)
by user 'koresh' introduced the --crlfile option to curl, which makes curl
tell libcurl about a file with CRL (certificate revocation list) data to
read.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9fdd91f47..22acc1f65 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -12,6 +12,7 @@ This release includes the following changes: o -T. is now for non-blocking uploading from stdin o SYST handling on FTP for OS/400 FTP server cases o libcurl refuses to read a single HTTP header longer than 100K + o added the --crlfile option to curl This release includes the following bugfixes: |