]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update for the tag.
authorSander Striker <striker@apache.org>
Tue, 27 May 2003 23:39:59 +0000 (23:39 +0000)
committerSander Striker <striker@apache.org>
Tue, 27 May 2003 23:39:59 +0000 (23:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100055 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index cd23322203a53e6391fc66f72ec1e0f49d21f820..71628f7f8633289adc10c47b3f657bf2b0bf891c 100644 (file)
--- 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 <sussman@collab.net>]
@@ -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 <nazonazo@super.win.ne.jp>]