From: Sander Striker Date: Tue, 27 May 2003 23:39:59 +0000 (+0000) Subject: Update for the tag. X-Git-Tag: 2.0.46~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0faad1c147b9002e4d5110f8c18a95cf814069c;p=thirdparty%2Fapache%2Fhttpd.git Update for the tag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100055 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index cd23322203a..71628f7f863 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,5 @@ Changes with Apache 2.0.46 - *) mod_negotiation: Introduce "prefer-language" environment variable, - which allows to influence the negotiation process on request basis - to prefer a certain language. [André Malo] - *) Fix for mod_dav. Call the 'can_be_activity' callback, if provided, when a MKACTIVITY request comes in. [Ben Collins-Sussman ] @@ -30,9 +26,6 @@ Changes with Apache 2.0.46 now work scheme dependent and the query string will only be appended if supported by the particular scheme. [André Malo] - *) Make mod_expires' ExpiresByType work properly, including for - dynamically-generated documents. [Ken Coar] - *) Add another check for already compressed content in mod_deflate. PR 19913. [Tsuyoshi SASAMOTO ]