Commit:    5739e82155fdc760a5b6865ae4f4f22a33e7a06f
Author:    Lior Kaplan <[email protected]>         Sun, 19 Apr 2015 11:53:52 
+0300
Parents:   d22b5f6ec0dd57003ef5eff753aa64a87ff67a60
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=5739e82155fdc760a5b6865ae4f4f22a33e7a06f

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

Reply via email to