summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-11-08 21:49:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-11-08 21:49:14 +0000
commitf830d7730702b7ff923e9248f98b1904d2b5ade3 (patch)
tree2d3de3dc5e7c7ebcc22ad9db0ffb722d3cda068e /CHANGES
parenta03c76b228fc85e457934335d46173b967721644 (diff)
downloadcurl-f830d7730702b7ff923e9248f98b1904d2b5ade3.tar.gz
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 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 70c50b897..a2313ff27 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (8 November 2006)
+- 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.
+
Daniel (7 November 2006)
- Olaf fixed a leftover problem with the CONNECT fix of his that would leave a
wrong error message in the error message buffer.