From: Eric Covener Date: Fri, 6 Mar 2020 01:12:50 +0000 (+0000) Subject: restore CHANGES entry [skip ci] X-Git-Tag: 2.4.42~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9175e1c2070048846d4dabf5fb08cece01307ab1;p=thirdparty%2Fapache%2Fhttpd.git restore CHANGES entry [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1874864 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 7842400ef29..740163f44f5 100644 --- a/CHANGES +++ b/CHANGES @@ -4,7 +4,10 @@ Changes with Apache 2.4.42 *) mod_usertrack: Add CookieSameSite, CookieHTTPOnly, and CookieSecure to allow customization of the usertrack cookie. PR64077. [Prashant Keshvani , Eric Covener] - + + *) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy + AJP13 authentication. PR 53098. [Dmitry A. Bakshaev ] + *) mpm_event: avoid possible KeepAlveTimeout off by -100 ms. [Eric Covener, Yann Ylavic]