You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2017/07/06 17:55:50 UTC

svn commit: r20347 - /dev/httpd/Announcement2.4.html

Author: jim
Date: Thu Jul  6 17:55:50 2017
New Revision: 20347

Log:
align txt and html to same flow

Modified:
    dev/httpd/Announcement2.4.html

Modified: dev/httpd/Announcement2.4.html
==============================================================================
--- dev/httpd/Announcement2.4.html (original)
+++ dev/httpd/Announcement2.4.html Thu Jul  6 17:55:50 2017
@@ -88,6 +88,15 @@
   </dd>
 </dl>
 <p>
+   Of particular note in this release are 3 COMPATIBILITY items:
+</p>
+<ul>
+     <li>HTTP/2 will not be negotiated when using the Prefork MPM</li>
+     <li>FastCGI compatibility with PHP-FPM is fixed</li>
+     <li>mod_lua no longer exports the undocumented and unsupported
+       <code>apr_table</code> variable.</li>
+</ul>
+<p>
    This release requires the Apache Portable Runtime (APR), minimum version
    1.5.x, and APR-Util, minimum version 1.5.x. Some features may require the 1.6.x
    version of both APR and APR-Util. The APR libraries must be upgraded for
@@ -103,15 +112,6 @@
          http://httpd.apache.org/docs/2.4/new_features_2_4.html</a></dd>
 </dl>
 <p>
-   Of particular note in this release are 3 COMPATIBILITY items:
-</p>
-<ul>
-     <li>HTTP/2 will not be negotiated when using the Prefork MPM</li>
-     <li>FastCGI compatibility with PHP-FPM is fixed</li>
-     <li>mod_lua no longer exports the undocumented and unsupported
-       <code>apr_table</code> variable.</li>
-</ul>
-<p>
    This release builds on and extends the Apache 2.2 API.  Modules written
    for Apache 2.2 will need to be recompiled in order to run with Apache
    2.4, and require minimal or no source code changes.