striker 2003/05/27 16:40:01
Modified: . Tag: APACHE_2_0_BRANCH CHANGES
Log:
Update for the tag.
Revision Changes Path
No revision
No revision
1.988.2.112 +0 -7 httpd-2.0/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-2.0/CHANGES,v
retrieving revision 1.988.2.111
retrieving revision 1.988.2.112
diff -u -r1.988.2.111 -r1.988.2.112
--- CHANGES 27 May 2003 20:35:45 -0000 1.988.2.111
+++ CHANGES 27 May 2003 23:39:59 -0000 1.988.2.112
@@ -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>]
@@ -29,9 +25,6 @@
*) Fix mod_rewrite's handling of absolute URIs. The escaping routines
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>]
|