From: André Malo Date: Fri, 31 Jan 2003 02:35:19 +0000 (+0000) Subject: note backported bugfix. X-Git-Tag: pre_ajp_proxy~2188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20e46cd97fc7f2946b6a3436d001ffb991d7da43;p=apache note backported bugfix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98556 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 6087875e17..36f58a3e60 100644 --- a/CHANGES +++ b/CHANGES @@ -11,9 +11,6 @@ Changes with Apache 2.1.0-dev *) Fix If header parsing when a non-mod_dav lock token is passed to it. PR 16452. [Justin Erenkrantz] - *) Fix bug where 'Satisfy Any' without an AuthType lost all MIME - information (and more). Related to PR 9076. [André Malo] - *) mod_negotiation: Introduce "prefer-language" environment variable, which allows to influence the negotiation process on request basis to prefer a certain language. [André Malo] @@ -23,7 +20,6 @@ Changes with Apache 2.1.0-dev triggering the 'no encoded slashes anywhere' legacy rule. PR 543, 2389, 3581, 3589, 5687, 7066, 7865, 14639. [Ken Coar] - *) Move RFC 1413 ident requests from core to new module mod_ident. [André Malo] @@ -73,6 +69,10 @@ Changes with Apache 2.1.0-dev Apache 2.0.xx tree as documented, and except as noted, below.] Changes with Apache 2.0.45 + + *) Fix bug where 'Satisfy Any' without an AuthType lost all MIME + information (and more). Related to PR 9076. [André Malo] + *) mod_file_cache: fix segfault serving mmaped cached files. [Bill Stoddard]