From: Ryan Bloom Date: Thu, 9 Nov 2000 07:13:42 +0000 (+0000) Subject: Tie up some loose ends that fell through the cracks while I was fixing X-Git-Tag: APACHE_2_0_ALPHA_8~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20e7cd1616ec268676c1e073d1d1a6e495ff038d;p=thirdparty%2Fapache%2Fhttpd.git Tie up some loose ends that fell through the cracks while I was fixing things the first time. The server compiles again after this change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86881 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 988469d7f0e..3ffe5e53d00 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/11/09 00:36:39 $] +Last modified at [$Date: 2000/11/09 07:13:42 $] Release: @@ -176,13 +176,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * (possibly) use UUIDs in mod_unique_id and/or mod_usertrack - * Platforms which have their own APR directories for some feature but - mostly use the unix directories (e.g., OS/390 which uses an os390 - directory only for the DSO feature) don't compile cleanly because the - include path is messed up. For example, start.c can't find locks.h. - See new-httpd thread "os-specific directories and -Ifoo/OSDIR in APR" - in August/2000. - PRs that have been suspended forever waiting for someone to put them into 'the next release':