jim 97/12/27 20:23:43
Modified: src CHANGES
Log:
Get CHANGES up to date
Revision Changes Path
1.549 +4 -1 apachen/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.548
retrieving revision 1.549
diff -u -r1.548 -r1.549
--- CHANGES 1997/12/27 15:12:52 1.548
+++ CHANGES 1997/12/28 04:23:41 1.549
@@ -3,6 +3,8 @@
*) WIN32: Work around optimiser bug that killed ISAPI in release
versions. [Ben Laurie] PR#1533
+ *) PORT: Update the MPE port [Mark Bixby, Jim Jagielski]
+
*) Interim (slow) fix for p->sub_pool critical sections in
alloc.c (affects win32 only). [Ben Hyde]
@@ -199,7 +201,8 @@
*) Fix problem with USE_FLOCK_SERIALIZED_ACCEPT not working
properly. Each child needs to open the lockfile instead
- of using the passed file-descriptor from the parent. PR#1056
+ of using the passed file-descriptor from the parent.
+ [Jim Jagielski] PR#1056
*) Fix the error logging in mod_cgi; the recent error log changes
introduced a bug that prevented it from working correctly.