You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2016/12/21 16:24:04 UTC

svn commit: r1775491 - /httpd/httpd/trunk/CHANGES

Author: covener
Date: Wed Dec 21 16:24:04 2016
New Revision: 1775491

URL: http://svn.apache.org/viewvc?rev=1775491&view=rev
Log:

fix indent

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1775491&r1=1775490&r2=1775491&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Wed Dec 21 16:24:04 2016
@@ -1,9 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
- *) mod_proxy_fcgi, mod_fcgid: Fix crashes in ap_fcgi_encoded_env_len() when
-    modules add empty environment variables to the request. PR60275.
-    [<alex2grad AT gmail.com>]
+  *) mod_proxy_fcgi, mod_fcgid: Fix crashes in ap_fcgi_encoded_env_len() when
+     modules add empty environment variables to the request. PR60275.
+     [<alex2grad AT gmail.com>]
     
   *) http: Allow unknown response status' lines returned in the form of
      "HTTP/x.x xxx Status xxx".  [Yann Ylavic]