summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2020-09-08 12:39:51 +0000
committerJoe Orton <jorton@apache.org>2020-09-08 12:39:51 +0000
commit4c2a29ab7addd8d99d7491fcce75045aac51bcd0 (patch)
tree4ba96a5acbc4af618bcddcc9e5b84da28c72a0f5 /CHANGES
parent39668d17a76f3860f6704eb0e50ac3e78290aba0 (diff)
downloadhttpd-4c2a29ab7addd8d99d7491fcce75045aac51bcd0.tar.gz
Found a PR lurking for the method type vs UBSan issue. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881556 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index df093d0f06..ddc7200a90 100644
--- a/CHANGES
+++ b/CHANGES
@@ -181,7 +181,7 @@ Changes with Apache 2.5.1
*) core: ap_method_mask_t type added for method bitmasks, changed
from apr_int64_t and used for the method_mask field in
ap_method_list_t, AP_METHOD_BIT, allowed field of request_rec,
- limited field of cmd_parms. [Joe Orton]
+ limited field of cmd_parms. PR 63885. [Joe Orton]
*) mod_ssl: Do not keep connections to OCSP responders alive when doing
OCSP requests. PR 64135. [Ruediger Pluem]