From: Graham Leggett Date: Thu, 12 Oct 2006 22:57:05 +0000 (+0000) Subject: Backported. X-Git-Tag: 2.3.0~2070 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4d5af95c265d4c45d58251a7db1890f24e3d9de;p=thirdparty%2Fapache%2Fhttpd.git Backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@463489 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c6670d8b14d..78de045d28c 100644 --- 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]