]> granicus.if.org Git - php/commitdiff
Update NEWS with info about OpenSSL error store
authorJakub Zelenka <bukka@php.net>
Sun, 19 Jun 2016 16:52:09 +0000 (17:52 +0100)
committerJakub Zelenka <bukka@php.net>
Sun, 19 Jun 2016 16:52:09 +0000 (17:52 +0100)
NEWS

diff --git a/NEWS b/NEWS
index bc450dad0e1d257bb3975401dcb1137c18b80a65..bd0938c280fdcd1b97fa13031d5e9705f25e692f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,10 @@ PHP                                                                        NEWS
     oob read access). (Laruence)
   . Fixed bug #72399 (Use-After-Free in MBString (search_re)). (Laruence)
 
+- OpenSSL:
+  . Implemented error storing to the global queue and cleaning up the OpenSSL
+    error queue (resolves bugs #68276 and #69882). (Jakub Zelenka)
+
 - Sqlite3:
   . Implemented FR #72385 (Update SQLite bundle lib(3.13.0)). (Laruence)