coar 98/09/30 21:53:24
Modified: src CHANGES
Log:
Document the last two Win32 fixes.
PR: 2976, 3001, 3074
Revision Changes Path
1.1085 +8 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1084
retrieving revision 1.1085
diff -u -r1.1084 -r1.1085
--- CHANGES 1998/09/29 15:17:02 1.1084
+++ CHANGES 1998/10/01 04:53:22 1.1085
@@ -1,5 +1,13 @@
Changes with Apache 1.3.3
+ *) Win32 name canonicalisation could end up using the server's
+ working directory to fill in some blanks. [Ken Parzygnat
+ <[EMAIL PROTECTED]>] PR#3001
+
+ *) Correct invalid assumption by ap_sub_req_lookup_file() that all
+ absolute paths begin with "/" -- because they don't on Win32.
+ [Ken Parzygnat <[EMAIL PROTECTED]>] PR#2976, 3074
+
*) Add [REDIRECT_]VARIANTS environment variable to mod_speling
so that ErrorDocument 300 processors can reformat the list
if desired. [Ken Coar] PR#2859