You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2013/04/26 13:38:14 UTC

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

Author: rpluem
Date: Fri Apr 26 11:38:14 2013
New Revision: 1476147

URL: http://svn.apache.org/r1476147
Log:
* Whitespace 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=1476147&r1=1476146&r2=1476147&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Fri Apr 26 11:38:14 2013
@@ -1,5 +1,5 @@
                                                          -*- coding: utf-8 -*-
- 
+
 Changes with Apache 2.4.5
 
   *) core: Add workaround for gcc bug on sparc/64bit. PR 52900.
@@ -42,13 +42,13 @@ Changes with Apache 2.4.4
 
   *) mod_dir: Add support for the value 'disabled' in FallbackResource.
      [Vincent Deffontaines]
-     
+
   *) mod_proxy_connect: Don't keepalive the connection to the client if the
      backend closes the connection. PR 54474. [Pavel Mateja <pavel netsafe cz>]
 
   *) mod_lua: Add bindings for mod_dbd/apr_dbd database access.
      [Daniel Gruno]
-     
+
   *) mod_proxy: Allow for persistence of local changes made via the
      balancer-manager between graceful/normal restarts and power
      cycles. [Jim Jagielski]
@@ -91,7 +91,7 @@ Changes with Apache 2.4.4
 
   *) ab: Support socket timeout (-s timeout).
      [Guido Serra <zeph fsfe org>]
-  
+
   *) httxt2dbm: Correct length computation for the 'value' stored in the
      DBM file. PR 47650 [jon buckybox com]
 
@@ -102,7 +102,7 @@ Changes with Apache 2.4.4
      at virtual host context or in Directory/Files/Location/If sections to
      work properly in If sections that are not in a Directory/Files/Location.
      [Stefan Fritsch]
- 
+
   *) mod_xml2enc: Fix problems with charset conversion altering the
      Content-Length. [Micha Lenk <micha lenk info>]