stoddard 98/09/17 05:15:32
Modified: src CHANGES
Log:
Remove 64 thread limit on Win32. Sorry about the multiple commits. Will not
happen again.
Revision Changes Path
1.1065 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1064
retrieving revision 1.1065
diff -u -r1.1064 -r1.1065
--- CHANGES 1998/09/17 08:59:07 1.1064
+++ CHANGES 1998/09/17 12:15:30 1.1065
@@ -1,5 +1,8 @@
Changes with Apache 1.3.2
+ *) Remove 64 thread limit on Win32.
+ [Bill Stoddard <[EMAIL PROTECTED]>]
+
*) Remove redundant substitutions in top-level Makefile.tmpl.
[Ralf S. Engelschall]