diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-01-23 19:16:45 +0100 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-01-23 19:16:45 +0100 |
commit | c335ed3a89c15194036d53af67105a8be57bb5db (patch) | |
tree | 41db51949ce0928e192689247e95b72d9d971136 | |
parent | Just a style update before I work on this thing any more. Removed (diff) | |
download | apache2-c335ed3a89c15194036d53af67105a8be57bb5db.tar.xz apache2-c335ed3a89c15194036d53af67105a8be57bb5db.zip |
Add message-ids to ease issue tracking
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92982 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | STATUS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/01/23 17:46:36 $] +Last modified at [$Date: 2002/01/23 18:16:45 $] Release: @@ -126,6 +126,7 @@ RELEASE SHOWSTOPPERS: changes. I was unable to recreate the problem with mod_cgi (yea!). + Message-ID: <20020123070827.GV28051@ebuilt.com> (dev@apr) * Aaron is working on an update to the scoreboard creation routines that will be more "correct" in terms of using @@ -258,6 +259,12 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: - proposal for getline rewrite: Message-ID: <20011231104019.GD3904@ebuilt.com> + - patch for getline rewrite: + Message-ID: <20020122072605.GF28051@ebuilt.com> + + - Change ap_get_brigade prototype: + Message-ID: <20020120115136.GI17601@ebuilt.com> + * 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 |