]> granicus.if.org Git - apache/commitdiff
make COMPATIBILITY entries explicit
authorJim Jagielski <jim@apache.org>
Thu, 6 Jul 2017 16:25:24 +0000 (16:25 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 6 Jul 2017 16:25:24 +0000 (16:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1801080 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 7513efdf269bc5d173f9330eddeaa26d0c17da6a..9d560e4f8a2b83fa9a29d8edc8a9cb369ace4f60 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,12 +8,17 @@ Changes with Apache 2.4.27
      Lua 5.2 which deprecates pollution of the global namespace.
      [Rainer Jung]
 
+  *) COMPATIBILITY: mod_http2: Disable and give warning when using Prefork.
+     The server will continue to run, but HTTP/2 will no longer be negotiated.
+     [Stefan Eissing]
+
+  *) COMPATIBILITY: mod_proxy_fcgi: Revert to 2.4.20 FCGI behavior for the
+     default ProxyFCGIBackendType, fixing a regression with PHP-FPM. PR 61202.
+     [Jacob Champion, Jim Jagielski]
+
   *) mod_lua: Improve compatibility with Lua 5.1, 5.2 and 5.3.
      PR58188, PR60831, PR61245. [Rainer Jung]
   
-  *) mod_http2: disable and give warning when mpm_prefork is encountered. The server will
-     continue to work, but HTTP/2 will no longer be negotiated. [Stefan Eissing]
-
   *) mod_http2: Simplify ready queue, less memory and better performance. Update
      mod_http2 version to 1.10.7. [Stefan Eissing]
   
@@ -23,10 +28,6 @@ Changes with Apache 2.4.27
   *) htpasswd / htdigest: Do not apply the strict permissions of the temporary
      passwd file to a possibly existing passwd file. PR 61240. [Ruediger Pluem]
 
-  *) mod_proxy_fcgi: Revert to 2.4.20 FCGI behavior for the default
-     ProxyFCGIBackendType, fixing a regression with PHP-FPM. PR 61202.
-     [Jacob Champion, Jim Jagielski]
-
   *) core: Avoid duplicate HEAD in Allow header.
      This is a regression in 2.4.24 (unreleased), 2.4.25 and 2.4.26.
      PR 61207. [Christophe Jaillet]