coar 98/10/01 19:06:16
Modified: src CHANGES
Log:
Note another patch to fix Win32 bugs..
Revision Changes Path
1.1087 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1086
retrieving revision 1.1087
diff -u -r1.1086 -r1.1087
--- CHANGES 1998/10/01 18:25:09 1.1086
+++ CHANGES 1998/10/02 02:06:14 1.1087
@@ -1,5 +1,8 @@
Changes with Apache 1.3.3
+ *) Fix problem with scripts and finehandle inheritance on Win32.
+ [Ken Parzygnat <[EMAIL PROTECTED]>] PR#2884, 2910
+
*) Win32 name canonicalisation could end up using the server's
working directory to fill in some blanks. [Ken Parzygnat
<[EMAIL PROTECTED]>] PR#3001