aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-03-06 22:35:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-03-06 22:35:51 +0000
commit8bba99ae56ec15b12daf7f7c851cc178f69e749f (patch)
treef73e31c4c98e44de66d66d7b478963ba046ce0ed /CHANGES
parentb5c5f576135235fd7f5aae0337a79c546e247651 (diff)
Lots of users on Windows have reported getting the "SSL: couldn't set
callback" error message so I've now made the setting of that callback not be as critical as before. The function is only used for additional loggging/ trace anyway so a failure just means slightly less data. It should still be able to proceed and connect fine to the server.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9f6e54a8b..a41ae9bd6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@
Changelog
+Daniel (6 March 2006)
+- Lots of users on Windows have reported getting the "SSL: couldn't set
+ callback" error message so I've now made the setting of that callback not be
+ as critical as before. The function is only used for additional loggging/
+ trace anyway so a failure just means slightly less data. It should still be
+ able to proceed and connect fine to the server.
+
Daniel (4 March 2006)
- Thomas Klausner provided a patch written by Todd Vierling in bug report
#1442471 that fixes a build problem on Interix.