]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Fix typo and adjust formating
authorRuediger Pluem <rpluem@apache.org>
Tue, 25 Feb 2020 08:28:01 +0000 (08:28 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 25 Feb 2020 08:28:01 +0000 (08:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1874483 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 2a39d10c37cfa7895c5b89c36dc33a3ccca62259..6f53cb216c20110c9b44641c13be749c5f80f18a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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).