]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Fri, 9 Jun 2017 15:42:21 +0000 (17:42 +0200)
committerAnatol Belski <ab@php.net>
Fri, 9 Jun 2017 15:42:21 +0000 (17:42 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 82a9cf698114a63094ee669a26c1f5f08a008029..0f4f43ba2ef8d155ccc89c3e261f1bc348e67f1b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? ????, PHP 7.2.0alpha2
 
+- OpenSSL:
+  . Fixed bug #74720 (pkcs7_en/decrypt does not work if \x1a is used in
+    content). (Anatol)
+
 - SQLite3:
   . Update to Sqlite 3.19.3. (cmb)