]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
restore CHANGES entry [skip ci]
authorEric Covener <covener@apache.org>
Fri, 6 Mar 2020 01:12:50 +0000 (01:12 +0000)
committerEric Covener <covener@apache.org>
Fri, 6 Mar 2020 01:12:50 +0000 (01:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1874864 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 7842400ef29444f8f637e36e993bee660948a07d..740163f44f59f7158e1c8c265e02183c9bce4994 100644 (file)
--- 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 <prashant2400 gmail.com>, Eric Covener]
-    
+
+  *) mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy
+     AJP13 authentication.  PR 53098. [Dmitry A. Bakshaev <dab1818 gmail com>]
+
   *) mpm_event: avoid possible KeepAlveTimeout off by -100 ms.
      [Eric Covener, Yann Ylavic]