martin 98/12/28 04:38:31
Modified: src CHANGES
Log:
When modules update/modify the file name in the configfile_t structure,
syntax errors will report the updated name, not the original one.
PR: 3573
Submitted by: Fabien Coelho <[EMAIL PROTECTED]>
Revision Changes Path
1.1180 +4 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1179
retrieving revision 1.1180
diff -u -r1.1179 -r1.1180
--- CHANGES 1998/12/25 21:59:47 1.1179
+++ CHANGES 1998/12/28 12:38:28 1.1180
@@ -1,5 +1,9 @@
Changes with Apache 1.3.4
+ *) When modules update/modify the file name in the configfile_t structure,
+ syntax errors will report the updated name, not the original one.
+ [Fabien Coelho <[EMAIL PROTECTED]>] PR#3573
+
*) Correct some filename case assumptions from WIN32 to
CASE_BLIND_FILESYSTEM. [Brian Havard <[EMAIL PROTECTED]>]