coar 98/10/20 10:45:01
Modified: src CHANGES
Log:
Add Ken P's latest fix.
Revision Changes Path
1.1113 +4 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1112
retrieving revision 1.1113
diff -u -r1.1112 -r1.1113
--- CHANGES 1998/10/19 05:43:33 1.1112
+++ CHANGES 1998/10/20 17:44:58 1.1113
@@ -1,5 +1,9 @@
Changes with Apache 1.3.4
+ *) Further simplify checking for absolute paths by replacing an
+ hard-coded syntax check with a call to a routine we already created to
+ do this. [Ken Parzygnat <[EMAIL PROTECTED]>] PR#2976, 3074
+
*) Log an error if we encounter a malformed "require" directive
in mod_auth if we know that we know that no other module can
deal with it. [Marc Slemko]