]> granicus.if.org Git - apache/commitdiff
Out goes the EBCDIC issue, in goes the error message issue.
authorJeff Trawick <trawick@apache.org>
Thu, 26 Oct 2000 11:36:10 +0000 (11:36 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 26 Oct 2000 11:36:10 +0000 (11:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86754 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 44a27c2fd602dec0f763796b43f998197414e87f..55e8a3229cff01eb19457ac03639d2451d2bf5d5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 2000/10/25 11:15:01 $]
+Last modified at [$Date: 2000/10/26 11:36:10 $]
 
 Release:
 
@@ -20,9 +20,9 @@ RELEASE SHOWSTOPPERS:
 
     * Remove Buff from the code.  Convert the remaining calls to ap_b***().
 
-    * Some buff functionality is currently missing: translation of protoco
-      data for EBCDIC machines
-        Status: Jeff is working on this
+    * Error messages are filtered according to the needs of the origina
+      URI.  Nothing ensures that they are translated on EBCDIC machines
+      and *not* translated on ASCII machines.
 
     * Win32: Enable the Windows MPM to honor max_requests_per_child
         Status: Bill will fix this.