Commit e305d33f authored by Ryan Bloom's avatar Ryan Bloom
Browse files

It's very sunny outside, but I'm stuck inside stripping paint off windows

:-(

Just removing some status items that have been done for a long time.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89487 13f79535-47bb-0310-9956-ffa450edef68
parent e5a209f1
Loading
Loading
Loading
Loading
+1 −15
Original line number Diff line number Diff line
APACHE 2.0 STATUS:						-*-text-*-
Last modified at [$Date: 2001/06/28 05:15:01 $]
Last modified at [$Date: 2001/07/01 21:09:40 $]

Release:

@@ -162,16 +162,6 @@ RELEASE SHOWSTOPPERS:
	    installed and a "make clean" in aprutil would make Apache
	    fail to load.

    * users who want to install third-party modules into the Apache
      source tree (for static linking) need to have autoconf and
      libtool installed. This is because the module needs to have its
      config.m4 incorporated into ./configure, which means "buildconf"
      must be run.
      Note: This is in part because we have removed the "extra" directory.
            In the Apache-2.0 repository, this directory had a config.m4
            file that allowed people to add external modules by
            specifying --with-module on the configure line.

    * ap_vrprintf() needs to handle more than 4K
        Status: Greg volunteers

@@ -250,10 +240,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
      works, eg. AC_PREFIX_DEFAULT issues.
        Message-ID: <Pine.BSF.4.20.0104031557420.20876-100000@alive.znep.com>

    * All of our MPMs should use APR for threads/processes.  This 
      will allow us to error out if a threaded MPM is chosen on a
      platform that doesn't support threads.

    * Combine log_child and piped_log_spawn. Clean up http_log.c.
      Common logging API.