diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-06-08 21:25:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-06-08 21:25:16 +0000 |
commit | 3e0c067e43d548bee09b836e95deb0278e96d203 (patch) | |
tree | 8bc3d723c4088010ca3349389e241a14aea37d7e /RELEASE-NOTES | |
parent | f90551ff413b9c343443eecaea56c9503442ed31 (diff) |
- Claes Jakobsson provided a patch for libcurl-NSS that fixed a bad refcount
issue with client certs that caused issues like segfaults.
http://curl.haxx.se/mail/lib-2009-05/0316.html
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ff8d30029..fa76d9afb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -18,7 +18,6 @@ This release includes the following bugfixes: o build fix for Symbian o CURLOPT_USERPWD set to NULL clears auth credentials o libcurl-NSS build fixes - o libcurl-NSS build fix o configure script fixed for VMS o set Content-Length: with POST and PUT failed with NTLM auth o allow building libcurl for VxWorks @@ -26,6 +25,7 @@ This release includes the following bugfixes: o --no-buffer treated correctly o djgpp build fix o configure detection of GnuTLS now based on pkg-config + o libcurl-NSS client cert handling segfaults This release includes the following known bugs: |