]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note that the OCSP stapling improvement partially addressed bug 57131.
authorJeff Trawick <trawick@apache.org>
Sat, 23 May 2015 13:16:22 +0000 (13:16 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 23 May 2015 13:16:22 +0000 (13:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1681347 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 0657af09867f052c2d905105ef98825e8025b9f1..8d798137b9956cae932a7644ca9b914f4f6f7d17 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -14,7 +14,8 @@ Changes with Apache 2.4.13
 
   *) mod_ssl OCSP Stapling: Don't block initial handshakes while refreshing
      the OCSP response for a different certificate.  mod_ssl has an additional
-     global mutex, "ssl-stapling-refresh".  [Jeff Trawick]
+     global mutex, "ssl-stapling-refresh".  PR 57131 (partial fix).
+     [Jeff Trawick]
 
   *) mod_authz_dbm: Fix crashes when "dbm-file-group" is used and
      authz modules were loaded in the "wrong" order.  [Joe Orton]