coar 98/05/06 04:16:15
Modified: src CHANGES
Log:
Note correction to mod_example.
Revision Changes Path
1.824 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.823
retrieving revision 1.824
diff -u -r1.823 -r1.824
--- CHANGES 1998/05/06 05:09:13 1.823
+++ CHANGES 1998/05/06 11:16:13 1.824
@@ -1,5 +1,8 @@
Changes with Apache 1.3b7
+ *) Add a comment to mod_example.c showing the format of a FLAG command
+ handler. [Ken Coar]
+
*) Standardized the time format in mod_status to match that of other
places in the code (e.g. DATE_GMT). PR#1551