summaryrefslogtreecommitdiffstats
path: root/STATUS
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-11-27 06:19:39 +0100
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-11-27 06:19:39 +0100
commit485bc74713658cf7dac17ef406368538d25e5978 (patch)
treef6f45783afb323450d210d7b24e5c3fe455b00ef /STATUS
parent Changes by Mladen Turk <mturk@mappingsoft.com>, with dialog touchup by (diff)
downloadapache2-485bc74713658cf7dac17ef406368538d25e5978.tar.xz
apache2-485bc74713658cf7dac17ef406368538d25e5978.zip
OK... we keep deferring these issues, it's time for a ROADMAP.
Jump in everyone. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92195 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS17
1 files changed, 3 insertions, 14 deletions
diff --git a/STATUS b/STATUS
index bb2d75cafc..5dd7c40d2c 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2001/11/21 18:19:06 $]
+Last modified at [$Date: 2001/11/27 05:19:39 $]
Release:
@@ -60,8 +60,8 @@ RELEASE SHOWSTOPPERS:
administrator to order filters, beyond the order of filename (mime)
extensions. It isn't clear if Set...Filter(s) should be inserted
before or after the Add...Filter(s) which are ordered by sequence of
- filename extensions. Add...FilterByType will add to this quandry.
- Some sort of resolution needs to be proposed,
+ filename extensions. At minimum, some sort of +-[0-10] syntax seems
+ like the quickest fix for a 2.0 gold release.
* mod_negotiation needs a new option or directive, something like
ForceLanguagePriority, to fall back to the LanguagePriority
@@ -69,12 +69,6 @@ RELEASE SHOWSTOPPERS:
Status: Bill has some code in his tree that accomplishes
this, and will commit it Friday after it's tested.
- * revamp the input filter syntax to provide for ordering of
- filters created with the Set{Input|Output}Filter and the
- Add{Input|Output}Filter directives. At minimum, some sort
- of insert first v.s. append to end or 'relative to x' is
- probably needed.
-
* revamp the input filter behavior, per discussions since
February (and especially at the hackathon last
April). Specifically, ap_get_brigade will return a brigade with
@@ -133,11 +127,6 @@ RELEASE SHOWSTOPPERS:
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
- * Source code should follow style guidelines.
- This shouldn't wait until we have a 2.0-gold release because
- then style corrections will conflict with bug fixes found after
- release which is not nice.
-
* Allow the DocumentRoot directive within <Location > scopes? This
allows the beloved (crusty) Alias /foo/ /somepath/foo/ followed
by a <Directory /somepath/foo> to become simply