]> granicus.if.org Git - apache/commitdiff
Question everything.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 1 Feb 2002 05:50:50 +0000 (05:50 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 1 Feb 2002 05:50:50 +0000 (05:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93148 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2c056df470f63f5a2600031b6c0976d5cfd6aa01..6b8eda7e1bd08c744d942110537a579d5e1f7326 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2002/01/31 23:32:53 $]
+Last modified at [$Date: 2002/02/01 05:50:50 $]
 
 Release:
 
@@ -45,6 +45,9 @@ RELEASE SHOWSTOPPERS:
       For instance, try listening to port 80 and starting as non-root;
       server fails with make_sock and 'no listening sockets' errors
       but exits with 0 status.  Even with -DONE_PROCESS -DNO_DETACH.
+        Justin says: "Is this really a showstopper?  Most people won't
+                      be using -DNO_DETACH and will look at the error
+                      logs anyway."
 
     * mod_rewrite's locks (win32) were broken by recent changes to the 
       apr_lock_t api (which we were deprecating in the first place, so
@@ -64,6 +67,10 @@ RELEASE SHOWSTOPPERS:
       o perchild doesn't even build
       o worker is also failing some of the 'cgi' subtests
       (see <URL:http://Source-Zone.Org/Apache/regression/>):
+        Justin says: "Worker should be fine and passes httpd-test here.
+                      perchild may need a maintainer.  Are we willing 
+                      to release without perchild?  It could be officially
+                      added in a point release."
 
     * If any request gets to the core handler, without a flag that this 
       r->filename was tested by dir/file_walk, we need to 500 at the very 
@@ -82,6 +89,9 @@ RELEASE SHOWSTOPPERS:
       the modules/http/config.m4 file has been renamed to 
       modules/http/config2.m4 to work around this problem, it should moved
       back when this is fixed.    rbb
+        Justin says: "Is this really a showstopper?  This has been here
+                      forever.  What's wrong?  Does this have to do with
+                      autoconf or m4?"
 
     * The Add...Filter and Set...Filter directives do not allow the
       administrator to order filters, beyond the order of filename (mime)
@@ -89,6 +99,7 @@ RELEASE SHOWSTOPPERS:
       before or after the Add...Filter(s) which are ordered by sequence of
       filename extensions.  At minimum, some sort of +-[0-10] syntax seems
       like the quickest fix for a 2.0 gold release.
+        Justin says: "Could we delay this for a point release or 2.1?"
 
     * Convert all instances of the old apr_lock_t type to the new
       types (once they are fully supported in APR).
@@ -103,6 +114,10 @@ RELEASE SHOWSTOPPERS:
       variable, but ab, htpasswd, etc. don't know how to pick up apr,
       apr-util, etc.
         Message-ID: <20020116000226.GA15991@ebuilt.com>
+        Justin says: "You could always build all of the binaries
+                      statically if you don't want to let libtool
+                      handle it.  At most, I don't consider this a
+                      a release showstopper as it is a packaging issue."
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: