From: Jeff Trawick Date: Fri, 16 Jun 2000 16:42:49 +0000 (+0000) Subject: Buffering for config file reads is now enabled. X-Git-Tag: APACHE_2_0_ALPHA_5~324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d72e9ac5258d0c1220614e2b5f4fb34399783f22;p=apache Buffering for config file reads is now enabled. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85587 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 023cd9548a..3a0f6f8ad3 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/06/12 21:46:35 $] +Last modified at [$Date: 2000/06/16 16:42:49 $] Release: @@ -10,8 +10,6 @@ Release: 2.0a1 : released March 10, 2000 RELEASE SHOWSTOPPERS: - * Turn on buffering for config file reads. - * Win32: Get mod_auth_digest working under win32 - APR_HAS_RANDOM should be defined on windows and there is a lib/apr/misc/win32/rand.c which is basically a copy of what