]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
whitespace change only to CHANGES
authorEric Covener <covener@apache.org>
Sat, 31 Jan 2009 20:55:15 +0000 (20:55 +0000)
committerEric Covener <covener@apache.org>
Sat, 31 Jan 2009 20:55:15 +0000 (20:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@739609 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b9accdbd457340fd164c25569e44a1ad1a4b9536..0e6c679693381ba35071abb22ebe86bbd7830a68 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,10 +9,10 @@ Changes with Apache 2.2.12
      size of the buffer used for the request-body where necessary
      during a per-dir renegotiation.  PR 39243.  [Joe Orton]
 
- *) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome
-    way that per-directory rewrites append the previous notion of PATH_INFO
-    to each substitution before evaluating subsequent rules. 
-    PR38642 [Eric Covener]
 *) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome
+     way that per-directory rewrites append the previous notion of PATH_INFO
+     to each substitution before evaluating subsequent rules. 
+     PR38642 [Eric Covener]
 
   *) mod_authnz_ldap: Reduce number of initialization debug messages and make
      information more clear. PR 46342 [Dan Poirier]