diff options
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | RELEASE-NOTES | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Kamil Dudka (11 May 2010) +- CRL support in libcurl-NSS has been completely broken. Now it works. Original + bug report: https://bugzilla.redhat.com/581926 + Daniel Stenberg (7 May 2010) - Dirk Manske reported a regression. When connecting with the multi interface, there were situations where libcurl wouldn't store connect time correctly as diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b0b94986c..2a32a2290 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -25,6 +25,7 @@ This release includes the following bugfixes: o -O crash on windows o SSL handshake timeout underflow in libcurl-NSS o multi interface missed storing connection time + o broken CRL support in libcurl-NSS This release includes the following known bugs: |