From: Joe Orton Date: Tue, 8 Sep 2020 12:39:51 +0000 (+0000) Subject: Found a PR lurking for the method type vs UBSan issue. [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~1211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c2a29ab7addd8d99d7491fcce75045aac51bcd0;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/CHANGES b/CHANGES index df093d0f063..ddc7200a90f 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]