coar 97/07/16 16:14:24
Modified: src CHANGES
Log:
Oops; forgot to update CHANGES for the mod_include XSSI
string relop extensions.
PR: 41
Submitted by: Bruno Wolff III <[EMAIL PROTECTED]>
Reviewed by: Dean Gaudet, Ken Coar, Paul Sutton, Brian Behlendorf
Revision Changes Path
1.339 +3 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.338
retrieving revision 1.339
diff -C3 -r1.338 -r1.339
*** CHANGES 1997/07/16 12:25:33 1.338
--- CHANGES 1997/07/16 23:14:22 1.339
***************
*** 1,5 ****
--- 1,8 ----
Changes with Apache 1.3
+ *) Extended SSI (mod_include) now handles additional relops for
+ string comparisons (<, >, <=, and >=). [Bruno Wolff III] PR#41
+
*) Configure fixed to correctly propagate user-selected options and
settings (such as CC and OPTIM) to Makefiles other than
src/Makefile (notably support/Makefile). [Ken Coar] PR#666, #834