ben 99/06/20 05:29:19
Modified: mpm/src CHANGES
Log:
Document changes.
Revision Changes Path
1.5 +7 -0 apache-2.0/mpm/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-2.0/mpm/src/CHANGES,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- CHANGES 1999/06/19 18:10:03 1.4
+++ CHANGES 1999/06/20 12:29:18 1.5
@@ -1,5 +1,12 @@
Changes with MPM
+ * Handle partial large writes correctly.
+ [Ben Laurie]
+
+ * Eliminate conn_rec's pointer to server. All it knows is the base server
+ based on IP/port
+ [Ben Laurie]
+
* Port a bunch of modules to the new module structure.
["Michael H. Voase" <[EMAIL PROTECTED]>]