From: Joe Orton Date: Fri, 27 Aug 2004 09:10:45 +0000 (+0000) Subject: Synch with 2.0 branch. X-Git-Tag: STRIKER_2_1_0_RC1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c041a29b3e6ca816e197f72088e24d8593e0d01;p=apache Synch with 2.0 branch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104853 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 49df076b5e..6b22a27efc 100644 --- a/CHANGES +++ b/CHANGES @@ -22,11 +22,6 @@ Changes with Apache 2.1.0-dev *) mod_ssl: Add SSL_CLIENT_V_REMAIN variable, representing the number of days until the client cert expires. [Joe Orton] - *) SECURITY: CAN-2004-0751 (cve.mitre.org) - mod_ssl: Fix a segfault in the SSL input filter which could be - triggered if using "speculative" mode, for instance by a - proxy request to an SSL server. PR 30134 [Joe Orton] - *) Add test_config hook, run only if httpd is invoked using -t. [Joe Orton] @@ -147,11 +142,6 @@ Changes with Apache 2.1.0-dev *) mod_headers: Allow 'echo' also for ErrorHeaders. [André Malo] - *) mod_cgi: Handle output on stderr during script execution on Unix - platforms; preventing deadlock when stderr output fills pipe buffer. - Also fixes case where stderr from nph- scripts could be lost. - PR 22030, 18348. [Joe Orton, Jeff Trawick] - *) mod_deflate: New option for DEFLATE output file (force-gzip), new output filter 'INFLATE' for uncompressing responses. [Nick Kew , Ian Holsman] @@ -180,9 +170,6 @@ Changes with Apache 2.1.0-dev for some third-party modules on platforms with small default thread stack size. [Jeff Trawick] - *) mod_rewrite: Support for recognizing SSL variables in RewriteCond - using the new "SSL:" format. [Joe Orton, Madhusudan Mathihalli] - *) minor mod_auth_basic and mod_auth_digest sync. mod_auth_basic now populates r->user with the (possibly unauthenticated) user, and mod_auth_digest returns 500 when a provider returns @@ -409,6 +396,19 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.51 + *) SECURITY: CAN-2004-0751 (cve.mitre.org) + mod_ssl: Fix a segfault in the SSL input filter which could be + triggered if using "speculative" mode, for instance by a + proxy request to an SSL server. PR 30134. [Joe Orton] + + *) mod_rewrite: Add %{SSL:...} and %{HTTPS} variable lookups. + PR 30464. [Joe Orton, Madhusudan Mathihalli] + + *) mod_ssl: Add new 'ssl_is_https' optional function. [Joe Orton] + + *) Prevent CGI script output which includes a Content-Range header + from being passed through the byterange filter. [Joe Orton] + *) Satisfy directives now can be influenced by a surrounding container. PR 14726. [André Malo]