From: Jeff Trawick Date: Sat, 23 May 2015 13:16:22 +0000 (+0000) Subject: Note that the OCSP stapling improvement partially addressed bug 57131. X-Git-Tag: 2.4.13~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77677946e6b45112f55490d95d8095777af3f37b;p=thirdparty%2Fapache%2Fhttpd.git Note that the OCSP stapling improvement partially addressed bug 57131. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1681347 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0657af09867..8d798137b99 100644 --- 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]