diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-07-29 21:39:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-07-29 21:39:05 +0000 |
commit | a18fb9448b925032b06bb113d532b7822ec360f5 (patch) | |
tree | e048f385e0686eac61c38f26f305288c616dc5cd | |
parent | 1f3007dbb47dcac445fbce5aab967fd2c24449e6 (diff) |
Added:
146 - Yehoshua Hershberg's re-using of connections that failed with
CURLE_PEER_FAILED_VERIFICATION
147 - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies
a true bug in libcurl built with OpenSSL.
-rw-r--r-- | TODO-RELEASE | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 3470894a0..beef07df8 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -5,4 +5,10 @@ To be addressed before 7.19.0 (planned release: August 2008) 145 - Phil Blundell's CURLOPT_SCOPE patch/work -146 - +146 - Yehoshua Hershberg's re-using of connections that failed with + CURLE_PEER_FAILED_VERIFICATION + +147 - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies + a true bug in libcurl built with OpenSSL. + +148 - |