diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-11-08 21:49:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-11-08 21:49:14 +0000 |
commit | f830d7730702b7ff923e9248f98b1904d2b5ade3 (patch) | |
tree | 2d3de3dc5e7c7ebcc22ad9db0ffb722d3cda068e /RELEASE-NOTES | |
parent | a03c76b228fc85e457934335d46173b967721644 (diff) |
Bradford Bruce reported that when setting CURLOPT_DEBUGFUNCTION without
CURLOPT_VERBOSE set to non-zero, you still got a few debug messages from the
SSL handshake. This is now stopped.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a4022c3df..64c9fee08 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,6 +16,8 @@ This release includes the following changes: This release includes the following bugfixes: o proxy close during CONNECT authentication is now dealt with nicely + o the CURLOPT_DEBUGFUNCTION was sometimes called even when CURLOPT_VERBOSE + was not enabled Other curl-related news: @@ -28,6 +30,6 @@ New curl mirrors: This release would not have looked like this without help, code, reports and advice from friends like these: - James Housley, Olaf Stueben, Yang Tse, Gisle Vanem + James Housley, Olaf Stueben, Yang Tse, Gisle Vanem, Bradford Bruce Thanks! (and sorry if I forgot to mention someone) |