summaryrefslogtreecommitdiffstats
path: root/STATUS
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2001-11-28 08:15:53 +0100
committerJustin Erenkrantz <jerenkrantz@apache.org>2001-11-28 08:15:53 +0100
commitf134a7f8665a89adc18c89044f8f11a7a69ef9e3 (patch)
treea954856ad5315b11597f0703a89e99a20d233576 /STATUS
parent2.0.29 is tagged. (diff)
downloadapache2-f134a7f8665a89adc18c89044f8f11a7a69ef9e3.tar.xz
apache2-f134a7f8665a89adc18c89044f8f11a7a69ef9e3.zip
Downgrade the input filtering from a showstopper. No one seems interested
in discussing OtherBill and my points at this time, so it can't be a bug in anyone's rear end. As stated, the code works for the most part. And, if we did do another round of filter changes, I'm inclined to see it happen in 2.1. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92220 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS30
1 files changed, 15 insertions, 15 deletions
diff --git a/STATUS b/STATUS
index 2f5cc89127..931abbfe61 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2001/11/28 07:11:44 $]
+Last modified at [$Date: 2001/11/28 07:15:53 $]
Release:
@@ -70,6 +70,20 @@ RELEASE SHOWSTOPPERS:
Status: Bill has some code in his tree that accomplishes
this, and will commit it Friday after it's tested.
+ * Fold mod_auth_db features back into mod_auth_dbm, and depricate it.
+ This can't wait until we have a 2.0-gold release, if folks need
+ to move over to auth_dbm, we can't do that to them after 2.0 gold.
+
+ * Convert all instances of the old apr_lock_t type to the new
+ types (once they are fully supported in APR).
+ Status: Aaron is working on converting INTRAPROCESS
+ to apr_thread_mutex_t types. Full replacements for
+ LOCKALL and CROSS_PROCESS are not yet complete on all
+ platforms, and should only be used in MPMs like worker
+ with limited OS exposure.
+
+RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
+
* 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
@@ -114,20 +128,6 @@ RELEASE SHOWSTOPPERS:
- thoughts on filter modes:
Message-ID: <021b01c14dee$09782af0$93c0b0d0@roweclan.net>
- * Fold mod_auth_db features back into mod_auth_dbm, and depricate it.
- This can't wait until we have a 2.0-gold release, if folks need
- to move over to auth_dbm, we can't do that to them after 2.0 gold.
-
- * Convert all instances of the old apr_lock_t type to the new
- types (once they are fully supported in APR).
- Status: Aaron is working on converting INTRAPROCESS
- to apr_thread_mutex_t types. Full replacements for
- LOCKALL and CROSS_PROCESS are not yet complete on all
- platforms, and should only be used in MPMs like worker
- with limited OS exposure.
-
-RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
-
* 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