]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backported.
authorGraham Leggett <minfrin@apache.org>
Thu, 12 Oct 2006 22:57:05 +0000 (22:57 +0000)
committerGraham Leggett <minfrin@apache.org>
Thu, 12 Oct 2006 22:57:05 +0000 (22:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@463489 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index c6670d8b14d96760147f438beca0367d9c5f1c79..78de045d28c691428ba452531219d8c6672d4842 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -250,6 +250,11 @@ Changes with Apache 2.3.0
 
 Changes with Apache 2.2.4
 
+  *) core: Deal with the widespread use of apr_status_t return values
+     as HTTP status codes, as documented in PR#31759 (a bug shared by
+     the default handler, mod_cgi, mod_cgid, mod_proxy, and probably
+     others). [Jeff Trawick, Ruediger Pluem, Joe Orton]
+
   *) mod_ext_filter: Handle filter names which include capital letters.
      PR 40323.  [Jeff Trawick]