From: Aaron Bannert Date: Fri, 26 Apr 2002 17:30:05 +0000 (+0000) Subject: Even though this is in APR, it is causing big problems in Apache. X-Git-Tag: 2.0.36~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=442f15683027ea19e2a66c0216d441553a952ceb;p=thirdparty%2Fapache%2Fhttpd.git Even though this is in APR, it is causing big problems in Apache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94815 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index a6ce2f9ff63..1bfb0e3a78a 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/04/26 17:17:42 $] +Last modified at [$Date: 2002/04/26 17:30:05 $] Release: @@ -52,6 +52,10 @@ RELEASE SHOWSTOPPERS: * worker MPM segfaults because the apr_bucket_alloc_t is cleaned up twice. + * The atomics code produces binaries that are not forward compatible + on Solaris (eg. Solaris 5.6 binaries can fail on older hardware + running on Solaris 7). (See APR's STATUS file.) + CURRENT VOTES: * Should we always build [support*] binaries statically unless otherwise