summaryrefslogtreecommitdiffstats
path: root/STATUS
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-02-10 01:33:38 +0100
committerRyan Bloom <rbb@apache.org>2001-02-10 01:33:38 +0100
commit0ed6a0d15c93536d26fefc022fc2e4e55cdc2d58 (patch)
treed62f248015392211f21ea57041cc85cd586443e4 /STATUS
parent"v" in the name has come to mean that a va_arg is in the parameter list. (diff)
downloadapache2-0ed6a0d15c93536d26fefc022fc2e4e55cdc2d58.tar.xz
apache2-0ed6a0d15c93536d26fefc022fc2e4e55cdc2d58.zip
Change AddInputFilter and AddOutputFilter to SetInputFilter and
SetOutputFilter. This corresponds nicely with the other Set directives, which operate on containers while the Add* directives tend to work directly on extensions. [Ryan Bloom] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88042 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS7
1 files changed, 1 insertions, 6 deletions
diff --git a/STATUS b/STATUS
index f8756803b2..745d0bcc20 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2001/02/08 00:20:10 $]
+Last modified at [$Date: 2001/02/10 00:33:36 $]
Release:
@@ -98,11 +98,6 @@ RELEASE SHOWSTOPPERS:
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
- * The directives to setup output filters need to be re-visited. These
- directives aren't consistent with what we already have, and they don't
- always make good sense.
- Status: rbb volunteers.
-
* Combine log_child and piped_log_spawn. Clean up http_log.c.
Common logging API.