You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2020/02/25 08:28:01 UTC

svn commit: r1874483 - /httpd/httpd/branches/2.4.x/CHANGES

Author: rpluem
Date: Tue Feb 25 08:28:01 2020
New Revision: 1874483

URL: http://svn.apache.org/viewvc?rev=1874483&view=rev
Log:
* Fix typo and adjust formating

Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1874483&r1=1874482&r2=1874483&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Tue Feb 25 08:28:01 2020
@@ -4,14 +4,15 @@ Changes with Apache 2.4.42
   *) 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.
+  *) mpm_event: avoid possible KeepAliveTimeout off by -100 ms.
      [Eric Covener, Yann Ylavic]
 
   *) Add a config layout for OpenWRT. [Graham Leggett]
 
-  *) Add support for cross compiling to apxs. If apxs is being executed from somewhere
-     other than its target location, add that prefix to includes and library directories.
-     Without this, apxs would fail to find config_vars.mk and exit. [Graham Leggett]
+  *) Add support for cross compiling to apxs. If apxs is being executed from
+     somewhere other than its target location, add that prefix to includes and
+     library directories. Without this, apxs would fail to find config_vars.mk
+     and exit. [Graham Leggett]
 
   *) mod_ssl: Disable client verification on ACME ALPN challenges. Fixes github
      issue mod_md#172 (https://github.com/icing/mod_md/issues/172).