diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-10-21 11:32:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-10-21 11:32:05 +0000 |
commit | 4e717cdb300adeff3b259b3619b29a944c2960a8 (patch) | |
tree | fd732f563641810d5009fe9b2dda55842a24d2ad /RELEASE-NOTES | |
parent | 33acd6f041ad3f31a985da1cf54668d0e619535d (diff) |
Armel Asselin separated CA cert verification problems from problems with
reading the (local) CA cert file to let users easier pinpoint the actual
problem. CURLE_SSL_CACERT_BADFILE (77) is the new libcurl error code.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6fd5cc1cb..1d8f64241 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -10,7 +10,8 @@ Curl and libcurl 7.16.0 Number of contributors: 515 This release includes the following changes: - + + o Added CURLE_SSL_CACERT_BADFILE o Added CURLMOPT_TIMERFUNCTION o The CURLOPT_SOURCE_* options are removed and so are the --3p* command line options |