Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 5310 invoked by uid 500); 22 Feb 2003 18:43:56 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 5297 invoked by uid 500); 22 Feb 2003 18:43:56 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 22 Feb 2003 18:43:55 -0000 Message-ID: <20030222184355.9009.qmail@icarus.apache.org> From: nd@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 CHANGES X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N nd 2003/02/22 10:43:55 Modified: . CHANGES Log: move backports into the 2.0 section Revision Changes Path 1.1084 +20 -20 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.1083 retrieving revision 1.1084 diff -u -r1.1083 -r1.1084 --- CHANGES 22 Feb 2003 01:04:06 -0000 1.1083 +++ CHANGES 22 Feb 2003 18:43:54 -0000 1.1084 @@ -2,28 +2,12 @@ [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 @@ 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] @@ -138,6 +118,26 @@ Apache 2.0.xx tree as documented, and except as noted, below.] 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]