stoddard 99/09/07 14:38:55
Modified: src CHANGES
Log:
It's hot and humid in Raleigh today. Summer is still here.
Revision Changes Path
1.1429 +11 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1428
retrieving revision 1.1429
diff -u -r1.1428 -r1.1429
--- CHANGES 1999/09/07 19:58:14 1.1428
+++ CHANGES 1999/09/07 21:38:47 1.1429
@@ -1,5 +1,16 @@
Changes with Apache 1.3.10
+ *) WIN32: The following bugs introduced in Apache 1.3.9 have been fixed
+ - CGIs broken if script calls other programs which deliver on stdout
+ (Search this file for "DETACHED")
+ - 16 bit CGIs should work now
+ - Server will not start if passed the -d option with spaces in the
+ argument. [Bill Stoddard]
+
+ *) WIN32: GetExtensionVersion() comparison in mod_isapi fails when
+ using some non-MS compilers [Bill Stoddard]
+ PR#3597, PR#3782, PR#3781, PR#4887
+
*) Allow BeOS to use its native closesocket() call
[David Reid <[EMAIL PROTECTED]>]