diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-02-25 12:51:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-02-25 12:51:17 +0000 |
commit | d207ea1652f4712c6e46e7c9c8ea6bdf29fd4be3 (patch) | |
tree | 142615e59434bb7e258503372cea7f7f328f1972 /RELEASE-NOTES | |
parent | 625d06ac79837a4827cc414cb26cb7e5d780a22e (diff) |
- As Daniel Fandrich figured out, we must do the GnuTLS initing in the
curl_global_init() function to properly maintain the performing functions
thread-safe. We've previously (28 April 2007) moved the init to a later time
just to avoid it to fail very early when libgcrypt dislikes the situation,
but that move was bad and the fix should rather be in libgcrypt or
elsewhere.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 57e021fdc..a65fb2bee 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -23,6 +23,7 @@ This release includes the following changes: o Added support for Digest and NTLM authentication using GnuTLS o CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 to retry the CWD even when MKD fails + o GnuTLS initing moved to curl_global_init() This release includes the following bugfixes: |