dgaudet 98/03/15 13:42:02
Modified: src CHANGES
Log:
yeah oops
Revision Changes Path
1.713 +0 -5 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.712
retrieving revision 1.713
diff -u -r1.712 -r1.713
--- CHANGES 1998/03/15 21:39:52 1.712
+++ CHANGES 1998/03/15 21:41:58 1.713
@@ -7,11 +7,6 @@
doing more work at config time rather than at runtime.
[Dean Gaudet]
- *) mod_setenvif would incorrectly merge a SetEnvIf and SetEnvIfNoCase (or
- BrowserMatch and BrowserMatchNoCase) when they matched the same header
- and regex. Fix this; but also fix it so that this merging optimization
- only happens
-
*) src/include/ap_config.h now wraps it's #define's with #ifndef/#endif's
to allow for modules to overrule them and to reduce redefinition
warnings [Jim Jagielski]