From: Ryan Bloom Date: Sun, 1 Jul 2001 21:09:40 +0000 (+0000) Subject: It's very sunny outside, but I'm stuck inside stripping paint off windows X-Git-Tag: 2.0.20~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb30773c28ba0b3ea949490e2bb7ccf06904533d;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/STATUS b/STATUS index b5628250563..bb3a750e0cf 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ 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: - * 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.