]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
format change
authorJim Jagielski <jim@apache.org>
Fri, 8 Dec 2006 13:21:40 +0000 (13:21 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 8 Dec 2006 13:21:40 +0000 (13:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484588 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index d6d1c6d3e9fbcbb98d9591c526025d8b3036a126..358dfe4f950c5a8ec48424f3e6814953ea013ea6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,9 @@
                                                         -*- coding: utf-8 -*-
 Changes with Apache 2.2.4
 
-    * mod_cgi and mod_cgid: Don't use apr_status_t error return
-      from input filters as HTTP return value from the handler.
-      PR#31579.
+  *) mod_cgi and mod_cgid: Don't use apr_status_t error return
+     from input filters as HTTP return value from the handler.
+     PR#31579.
 
   *) mod_cache: Eliminate a bogus error in the log when a filter returns
      AP_FILTER_ERROR. [Niklas Edmundsson <nikke acc.umu.se>]