You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2017/03/17 08:37:00 UTC

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

Author: jorton
Date: Fri Mar 17 08:37:00 2017
New Revision: 1787303

URL: http://svn.apache.org/viewvc?rev=1787303&view=rev
Log:
Formatting fixes.

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=1787303&r1=1787302&r2=1787303&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Fri Mar 17 08:37:00 2017
@@ -25,7 +25,7 @@ Changes with Apache 2.4.26
   *) mod_proxy_http2: support for ProxyPreserverHost directive. [Stefan Eissing]
   
   *) mod_http2: fix for crash when running out of memory.
-     [Robert Swiecki <ro...@swiecki.net>, Stefan Eissing]
+     [Robert Swiecki <robert swiecki.net>, Stefan Eissing]
      
   *) mod_proxy_fcgi: Return HTTP 504 rather than 503 in case of proxy timeout.
      [Luca Toscano]
@@ -59,7 +59,7 @@ Changes with Apache 2.4.26
   *) mod_proxy: Allow the per-request environment variable "no-proxy" to
      be used as an alternative to ProxyPass /path !. This is primarily
      to set exceptions for ProxyPass specified in <Location> context.
-     Use SetEnvIf, not SetEnv. PR 60458.
+     Use SetEnvIf, not SetEnv. PR 60458.  [Eric Covener]
 
   *) mod_http2: fixes PR60599, sending proper response for conditional requests
      answered by mod_cache. [Jeff Wheelhouse, Stefan Eissing]
@@ -71,7 +71,7 @@ Changes with Apache 2.4.26
      [Yann Ylavic, Stefan Eissing]
      
   *) mod_proxy_fcgi, mod_fcgid: Fix crashes in ap_fcgi_encoded_env_len() when
-     modules add empty environment variables to the request. PR60275.
+     modules add empty environment variables to the request. PR 60275.
      [<alex2grad AT gmail.com>]
 
   *) mod_http2: fix for possible page fault when stream is resumed during 
@@ -85,8 +85,8 @@ Changes with Apache 2.4.26
   *) mod_http2: limiting DATA frame sizes by TLS record sizes in use on the 
      connection. Flushing outgoing frames earlier. [Stefan Eissing]
 
-  *) mod_http2: cleanup beamer registry on server reload, Fixes PR60510.
-     [Pavel Mateja <pa...@verotel.cz>, Stefan Eissing]
+  *) mod_http2: cleanup beamer registry on server reload.  PR 60510.
+     [Pavel Mateja <pavel verotel.cz>, Stefan Eissing]
      
   *) mod_proxy_{ajp,fcgi}: Fix a possible crash when reusing an established
      backend connection, happening with LogLevel trace2 or higher configured,
@@ -94,7 +94,7 @@ Changes with Apache 2.4.26
      MSVC on Windows).  [Yann Ylavic]
 
   *) mod_ext_filter: Don't interfere with "error buckets" issued by other
-     modules. PR60375.  [Eric Covener, Lubos Uhliarik]
+     modules. PR 60375.  [Eric Covener, Lubos Uhliarik]
 
   *) mod_http2: fixes https://github.com/icing/mod_h2/issues/126 e.g. beam
      bucket lifetime handling when data is sent over temporary pools.