]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote, note & reorder by importance
authorAndré Malo <nd@apache.org>
Mon, 17 Nov 2003 20:20:09 +0000 (20:20 +0000)
committerAndré Malo <nd@apache.org>
Mon, 17 Nov 2003 20:20:09 +0000 (20:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101804 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8fcafb9e14523ea3783d6687a931fb03dfeb70a6..cf6189319e69c2a6fd0cdf5be4f1ca74fd54f65f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/11/15 21:44:12 $]
+Last modified at [$Date: 2003/11/17 20:20:09 $]
 
 Release:
 
@@ -62,6 +62,10 @@ Contributors looking for a mission:
 
 RELEASE SHOWSTOPPERS:
 
+    * EBCDIC: Translate the protocol data...
+        modules/http/http_protocol.c: r1.469, r1.472
+      +1: trawick, nd
+
 PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
@@ -74,7 +78,7 @@ PATCHES TO BACKPORT FROM 2.1
 
     * Better descriptions for the configure --help output for some modules
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/mappers/config9.m4.diff?r1=1.17&r2=1.18
-      +1: kess, trawick
+      +1: kess, trawick, nd
 
     * Modifies the cache code to be header-location agnostic. Also
       fixes a number of other cache code bugs related to PR 15852
@@ -251,6 +255,8 @@ PATCHES TO BACKPORT FROM 2.1
                should have been changed outside the module.
                I'd really like to patch this one into 2.0.
 
+               Success with this patch has been reported in PR 22946.
+
     * mod_include's expression tokenizer: don't skip the first character of
       a string, it may be a backslash. (2.0 + 1.3)
       (patch for 2.0: http://cvs.apache.org/~nd/ssi-escape.patch)
@@ -277,6 +283,8 @@ PATCHES TO BACKPORT FROM 2.1
       threaded MPM.  PR: 23795
         modules/generators/mod_status.c r1.75
       +1: trawick
+       (nd: +1 on concept, lacking knowledge prevents me from definitely +1'ing
+            it.)
 
     * mod_info: Escape html code in directives and arguments. PR: 24232
         modules/generators/mod_info.c: r1.52
@@ -313,10 +321,6 @@ PATCHES TO BACKPORT FROM 2.1
         modules/generators/mod_autoindex.c: r1.125
       +1: nd
 
-    * EBCDIC: Translate the protocol data...  SHOWSTOPPER
-        modules/http/http_protocol.c: r1.469, r1.472
-      +1: trawick
-
     * LDAP cache fixes from Matthieu Estrade; see PR 18756
         include/util_ldap.h r1.12
         modules/experimental/util_ldap.c r1.15, r1.16