From: Daniel Stenberg Date: Tue, 29 Jul 2008 21:39:05 +0000 (+0000) Subject: Added: X-Git-Tag: curl-7_19_0~288 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a18fb9448b925032b06bb113d532b7822ec360f5;p=thirdparty%2Fcurl.git 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. --- diff --git a/TODO-RELEASE b/TODO-RELEASE index 3470894a0e..beef07df81 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 -