From: André Malo Date: Mon, 17 Nov 2003 20:20:09 +0000 (+0000) Subject: vote, note & reorder by importance X-Git-Tag: 2.0.49~372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bc48eafbe3a22e273179f38220e7cf3639d8c3d;p=thirdparty%2Fapache%2Fhttpd.git vote, note & reorder by importance git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101804 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 8fcafb9e145..cf6189319e6 100644 --- 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