Commit: f37ad96be2127f15cd18d288b9adb66bd0c56a93 Author: Lior Kaplan <[email protected]> Sun, 19 Apr 2015 11:53:52 +0300 Parents: 634e5a89921843496d9ee65613e243de7a3736f5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f37ad96be2127f15cd18d288b9adb66bd0c56a93 Log: Drop a few Credits, add buglinks, align CVE format Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index ff36fe6..cc879c7 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -63,10 +63,10 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>OpenSSL: <ul> - <li>Fixed bugs #68853, #65137 (Buffered crypto stream data breaks IO polling in stream_select() contexts) (Chris Wright)</li> - <li><?php bugfix(69197); ?> (openssl_pkcs7_sign handles default value incorrectly) (Daniel Lowrey)</li> - <li><?php bugfix(69215); ?> (Crypto servers should send client CA list) (Daniel Lowrey)</li> - <li>Add a check for RAND_egd to allow compiling against LibreSSL (Leigh)</li> + <li><?php bugfix(68853); ?>, <?php bugl(65137); ?> (Buffered crypto stream data breaks IO polling in stream_select() contexts).</li> + <li><?php bugfix(69197); ?> (openssl_pkcs7_sign handles default value incorrectly).</li> + <li><?php bugfix(69215); ?> (Crypto servers should send client CA list).</li> + <li>Add a check for RAND_egd to allow compiling against LibreSSL.</li> </ul></li> <li>Phar: <ul> @@ -221,7 +221,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Postgres: <ul> - <li><?php bugfix(68741); ?> (Null pointer deference) (CVE-2015-1352).</li> + <li><?php bugfix(68741); ?> (Null pointer deference). (CVE-2015-1352)</li> </ul></li> <li>SOAP: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
