diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-12-03 22:44:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-12-03 22:44:47 +0000 |
commit | 31e2409d6b930d3b9649eeaa03fdee3138b167e6 (patch) | |
tree | 9dd5c65b4c2be709b7ae70a4f6449246e68018b3 | |
parent | 15c304225ffe75bfbb85e8819918d3c7ca0572fe (diff) |
Ray Pekowski filed bug report #1842029
-rw-r--r-- | CHANGES | 7 | ||||
-rw-r--r-- | RELEASE-NOTES | 2 |
2 files changed, 5 insertions, 4 deletions
@@ -8,9 +8,10 @@ Daniel S (3 Dec 2007) -- Bug report #1842029 (http://curl.haxx.se/bug/view.cgi?id=1842029) identified - a problem with SSL session caching that prevent it from working, and the - associated fix! +- Ray Pekowski filed bug report #1842029 + (http://curl.haxx.se/bug/view.cgi?id=1842029) in which he identified a + problem with SSL session caching that prevent it from working, and provided + the associated fix! - Now libcurl (built with OpenSSL) doesn't return error anymore if the remote SSL-based server doesn't present a certificate when the request is told to diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5f0f9b5ce..b4cb07dc8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -52,6 +52,6 @@ advice from friends like these: Dan Fandrich, Gisle Vanem, Toby Peterson, Yang Tse, Daniel Black, Robin Johnson, Michal Marek, Ates Goral, Andres Garcia, Rob Crittenden, - Emil Romanus, Alessandro Vesely + Emil Romanus, Alessandro Vesely, Ray Pekowski Thanks! (and sorry if I forgot to mention someone) |