dgaudet 97/07/16 22:13:28
Modified: src CHANGES
Log:
Forgot to note the addition of is_initial_request.
Revision Changes Path
1.340 +4 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.339
retrieving revision 1.340
diff -C3 -r1.339 -r1.340
*** CHANGES 1997/07/16 23:14:22 1.339
--- CHANGES 1997/07/17 05:13:26 1.340
***************
*** 1,5 ****
--- 1,9 ----
Changes with Apache 1.3
+ *) API: Added is_initial_request() which tests if the request being
+ processed is the initial request, or a subrequest.
+ [Doug MacEachern]
+
*) Extended SSI (mod_include) now handles additional relops for
string comparisons (<, >, <=, and >=). [Bruno Wolff III] PR#41