dgaudet 97/09/12 13:38:46
Modified: src CHANGES
Log:
oops forgot this
Revision Changes Path
1.438 +5 -0 apachen/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.437
retrieving revision 1.438
diff -u -r1.437 -r1.438
--- CHANGES 1997/09/12 20:37:30 1.437
+++ CHANGES 1997/09/12 20:38:43 1.438
@@ -1,4 +1,9 @@
Changes with Apache 1.3b1
+
+ *) If BUFFERED_LOGS is defined then mod_log_config will do atomic
+ buffered writes -- that is, it will buffer up to PIPE_BUF (i.e. 4k)
+ bytes before writing, but it will never split a log entry across a
+ buffer boundary. [Dean Gaudet]
*) API: the short_score record has been split into two pieces, one which
the parent writes on, and one which the child writes on. As part of