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 /CHANGES | |
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 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Changelog Daniel Stenberg (8 Jun 2009) +- 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 + - Triggered by bug report #2798852 and the patch in there, I fixed configure to detect gnutls build options with pkg-config only and not libgnutls-config anymore since GnuTLS has stopped distributing that tool. If an explicit path |