diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-03-06 22:35:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-03-06 22:35:51 +0000 |
commit | 8bba99ae56ec15b12daf7f7c851cc178f69e749f (patch) | |
tree | f73e31c4c98e44de66d66d7b478963ba046ce0ed /RELEASE-NOTES | |
parent | b5c5f576135235fd7f5aae0337a79c546e247651 (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 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a464efb42..c0fc1610e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,12 +15,14 @@ This release includes the following changes: This release includes the following bugfixes: + o "SSL: couldn't set callback" is now a less serious problem o Interix build fix o fixed "hang" when out of file handles at start + o prevent FTP uploads to URLs with trailing slash Other curl-related news since the previous public release: - o + o pycurl-7.15.2 has been released: http://pycurl.sf.net This release would not have looked like this without help, code, reports and advice from friends like these: |