From: André Malo Date: Sat, 22 Feb 2003 18:43:54 +0000 (+0000) Subject: move backports into the 2.0 section X-Git-Tag: pre_ajp_proxy~2093 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04986fe9148ee47f076e90c258f2513db254f01b;p=apache move backports into the 2.0 section git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98764 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 434aa29715..7bba34c25e 100644 --- a/CHANGES +++ b/CHANGES @@ -2,28 +2,12 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] - *) suexec: Be more pedantic when cleaning environment. Clean it - immediately after startup. PR 2790, 10449. - [Jeff Stewart , André Malo] - *) Return 413 if chunk-ext-header is too long rather than reading from the truncated line. PR 15857. [Justin Erenkrantz] *) If mod_mime_magic does not know the content-type, do not attempt to guess. PR 16908. [Andrew Gapon ] - *) Fix apxs to insert LoadModule directives only outside of sections. - PR 9012. [André Malo] - - *) Hook mod_proxy's fixup before mod_rewrite's fixup, so that by - mod_rewrite proxied URLs will not be escaped accidentally by - mod_proxy's fixup. PR 16368 [André Malo] - - *) While processing filters on internal redirects, remember seen EOS - buckets also in the request structure of the redirect issuer(s). This - prevents filters (such as mod_deflate) from adding garbage to the - response. PR 14451. [André Malo] - *) Allow restart of httpd to occur even with syntax errors in the config file. PR 16813. [Justin Erenkrantz] @@ -66,10 +50,6 @@ Changes with Apache 2.1.0-dev be started on Unix because of such problems as bad permissions, bad shebang line, etc. [Jeff Trawick] - *) Fix suexec compile error under SUNOS4, where strerror() doesn't - exist. PR 5913, 9977. - [Jonathan W Miner ] - *) Let suexec send a message to stderr, if it failed or its policy was violated. This message appears in the error log and allows for easier debugging. PR 5381, 7638, 8255, 10773. [André Malo] @@ -139,6 +119,26 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.45 + *) Hook mod_proxy's fixup before mod_rewrite's fixup, so that by + mod_rewrite proxied URLs will not be escaped accidentally by + mod_proxy's fixup. PR 16368 [André Malo] + + *) While processing filters on internal redirects, remember seen EOS + buckets also in the request structure of the redirect issuer(s). This + prevents filters (such as mod_deflate) from adding garbage to the + response. PR 14451. [André Malo] + + *) suexec: Be more pedantic when cleaning environment. Clean it + immediately after startup. PR 2790, 10449. + [Jeff Stewart , André Malo] + + *) Fix apxs to insert LoadModule directives only outside of sections. + PR 8712, 9012. [André Malo] + + *) Fix suexec compile error under SUNOS4, where strerror() doesn't + exist. PR 5913, 9977. + [Jonathan W Miner ] + *) Fix If header parsing when a non-mod_dav lock token is passed to it. PR 16452. [Justin Erenkrantz]