From: Justin Erenkrantz Date: Mon, 28 Jul 2003 02:09:27 +0000 (+0000) Subject: Sync changes with backported patches. X-Git-Tag: pre_ajp_proxy~1348 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a493a064aab6d3af67eafc942363e2486b340d9f;p=apache Sync changes with backported patches. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100807 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 134319846d..7e61555dc3 100644 --- a/CHANGES +++ b/CHANGES @@ -2,9 +2,6 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] - *) mod_deflate: Don't attempt to hold all of the response until we're - done. [Justin Erenkrantz] - *) mod_ssl: Fix segfaults after renegotiation failure. PR 21370 [Hartmut Keil ] @@ -40,9 +37,6 @@ Changes with Apache 2.1.0-dev *) mod_actions: Propagate the handler name to the action script via the REDIRECT_HANDLER environment variable. [André Malo] - *) mod_ext_filter: Set additional environment variables for use by - the external filter. PR 20944. [Andrew Ho, Jeff Trawick] - *) mod_actions: Introduce the "virtual" modifier to the Action directive, which allows the use of handlers for virtual locations. PR 8431. [André Malo] @@ -194,6 +188,19 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.48 + *) mod_deflate: Don't attempt to hold all of the response until we're + done. [Justin Erenkrantz] + + *) Assure that we block properly when reading input bodies with SSL. + PR 19242. [David Deaves , William Rowe] + + *) Update mime.types to include latest IANA and W3C types. [Roy Fielding] + + *) mod_ext_filter: Set additional environment variables for use by + the external filter. PR 20944. [Andrew Ho, Jeff Trawick] + + *) Fix buildconf errors when libtool version changes. [Jeff Trawick] + *) Remember an authenticated user during internal redirects if the redirection target is not access protected and pass it to scripts using the REDIRECT_REMOTE_USER environment variable.