]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
whitespace only: normalize indentation of recent CHANGES entries
authorEric Covener <covener@apache.org>
Mon, 4 Jan 2010 01:53:16 +0000 (01:53 +0000)
committerEric Covener <covener@apache.org>
Mon, 4 Jan 2010 01:53:16 +0000 (01:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@895528 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 1769d942d8c9b3248a9fa1bc6f845a9ab32b3ca3..85e4d91a16a970c93f154a53f41b1715bdea7856 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,19 +8,19 @@ Changes with Apache 2.2.15
      control is still vulnerable, unless using OpenSSL >= 0.9.8l.  
      [Joe Orton, Ruediger Pluem]
 
-   *) mod_filter: fix FilterProvider matching where "dispatch" string
-      doesn't exist.
-      PR 48054 [<tietw gmail.com>]
+  *) mod_filter: fix FilterProvider matching where "dispatch" string
+     doesn't exist.
+     PR 48054 [<tietw gmail.com>]
 
-   *) Build: fix --with-module to work as documented
-      PR 43881 [Gez Saunders <gez.saunders virgin.net>]
+  *) Build: fix --with-module to work as documented
+     PR 43881 [Gez Saunders <gez.saunders virgin.net>]
 
-   *) mod_mime: Make RemoveType override the info from TypesConfig.
-      PR 38330. [Stefan Fritsch]
+  *) mod_mime: Make RemoveType override the info from TypesConfig.
+     PR 38330. [Stefan Fritsch]
 
-   *) Proxy: unable to connect to a backend is SERVICE_UNAVAILABLE,
-      rather than BAD_GATEWAY or (especially) NOT_FOUND.
-      PR 46971 [evanc nortel.com]
+  *) Proxy: unable to connect to a backend is SERVICE_UNAVAILABLE,
+     rather than BAD_GATEWAY or (especially) NOT_FOUND.
+     PR 46971 [evanc nortel.com]
 
   *) mod_charset_lite: Honor 'CharsetOptions NoImplicitAdd'.
      [Eric Covener]