pcs 98/03/30 07:31:38
Modified: . STATUS
Log:
Move the vital Win32 bugs into SHOWSTOPPERS
Revision Changes Path
1.245 +10 -5 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -r1.244 -r1.245
--- STATUS 1998/03/30 08:31:18 1.244
+++ STATUS 1998/03/30 15:31:37 1.245
@@ -348,8 +348,6 @@
to the server log unless an extra debugging message is added
after they run? (PR#1725 indicates this may not be just Win32)
- * bad use of chdir in some places; it isn't thread-specific
-
* handle bugs that make it pop up errors on console, ie. segv
equiv? Can we do this? Need to make it robust.
@@ -359,9 +357,6 @@
- install docs, etc.?
- location for install
- * signal type handling
- - how to rotate logs from command line?
-
* the mutex should be critical-regions, since the current design
is creating a mess of SO calls that are unnecessary
@@ -434,6 +429,10 @@
WIN32 1.3 FINAL RELEASE SHOWSTOPPERS:
+ * CGIs
+ - hangs on multiple CGI execution? PR#1607,1129
+ Marc can't repeat...
+
* SECURITY: PR#1203 still needs to be dealt with for WIN32
* SECURITY: check if the magic con/aux/nul/etc names do anything
@@ -444,3 +443,9 @@
they're safe
* SECURITY: os_ abstract is_only_below() in mod_include.c
+
+ * signal type handling
+ - how to rotate logs from command line?
+
+ * bad use of chdir in some places; it isn't thread-specific
+