From: Jeff Trawick Date: Mon, 26 Apr 2004 15:59:46 +0000 (+0000) Subject: sync with APACHE_2_0_BRANCH X-Git-Tag: pre_ajp_proxy~309 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01c04f9c0e29ecc8ee26a0681c1ee56b48b6d60b;p=apache sync with APACHE_2_0_BRANCH git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103529 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 581b718500..6521725414 100644 --- a/CHANGES +++ b/CHANGES @@ -93,9 +93,6 @@ Changes with Apache 2.1.0-dev is set in r->subprocess_env allow mismatched query strings to pass. PR 27758. [Paul Querna , Geoffrey Young] - *) mod_dav: Fix a problem that could cause crashes when manipulating - locks on some platforms. [Jeff Trawick] - *) Satisfy directives now can be influenced by a surrounding container. PR 14726. [André Malo] @@ -121,16 +118,9 @@ Changes with Apache 2.1.0-dev AUTH_GENERAL_ERROR. [Geoffrey Young] - *) mod_isapi: GetServerVariable returned improperly terminated header - fields given "ALL_HTTP" or "ALL_RAW". PR 20656. - [Jesse Pelton ] - *) mod_isapi: send_response_header() failed to copy status string's last character. PR 20619. [Jesse Pelton ] - *) mod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer - size. PR 20617. [Jesse Pelton ] - *) The whole codebase was relicensed and is now available under the Apache License, Version 2.0 (http://www.apache.org/licenses). [Apache Software Foundation] @@ -363,6 +353,16 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.50 + *) mod_isapi: GetServerVariable returned improperly terminated header + fields given "ALL_HTTP" or "ALL_RAW". PR 20656. + [Jesse Pelton ] + + *) mod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer + size. PR 20617. [Jesse Pelton ] + + *) mod_dav: Fix a problem that could cause crashes when manipulating + locks on some platforms. [Jeff Trawick] + *) mod_headers no longer crashes if an empty header value should be added. [André Malo]