]> granicus.if.org Git - php/commitdiff
updated NEWS
authorChristoph M. Becker <cmb@php.net>
Sat, 5 Sep 2015 01:22:45 +0000 (03:22 +0200)
committerChristoph M. Becker <cmb@php.net>
Sat, 5 Sep 2015 01:22:45 +0000 (03:22 +0200)
NEWS

diff --git a/NEWS b/NEWS
index c6c98b696a68f6ed209700554510fc25dd455b0c..ec4d100be4bdee35797832c884beed675bf36316 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ PHP                                                                        NEWS
   . Fixed bug #70029 (nodeValue of DOMElement list content of children nodes).
     (cmb)
 
+- OpenSSL:
+  . Fixed bug #70395 (Missing ARG_INFO for openssl_seal()). (cmb)
+
 - Streams:
   . Fixed bug #70361 (HTTP stream wrapper doesn't close keep-alive connections).
     (Niklas Keller)