From: Bill Stoddard Date: Wed, 25 Aug 2004 15:17:48 +0000 (+0000) Subject: Backport votes X-Git-Tag: STRIKER_2_0_51_RC1^2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a43b7bf18306499e72a1e98e73931eb31fcdf21;p=thirdparty%2Fapache%2Fhttpd.git Backport votes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104800 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 355a8b93b6a..43fb7521781 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/08/24 13:38:54 $] +Last modified at [$Date: 2004/08/25 15:17:48 $] Release: @@ -72,6 +72,15 @@ RELEASE SHOWSTOPPERS: 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! ] + *) Win32: Orderly shutdown of the command process after apache -k start,restart,config, + install to prevent stranded piped logger processes. + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/mpm/winnt/mpm_winnt.c?r1=1.311&r2=1.312 + +1: stoddard + + *) Escape errfn strings before sending them to the log file (and + analogus patch to mod_cgid) + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/generators/mod_cgi.c?r1=1.167&r2=1.168 + +1: stoddard *) util_ldap: Validate the file path of the trusted certificate file at the time the LDAPTrushedCA directive is handled. PR#30782 @@ -86,12 +95,12 @@ PATCHES TO BACKPORT FROM 2.1 *) Build fix: ensure httpd is linked against user-supplied LIBS during make. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/Makefile.in?r1=1.138&r2=1.139 PR: 7882 - +1: jorton + +1: jorton, stoddard *) mod_autoindex: Don't truncate directory listing when a stat call fails. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/generators/mod_autoindex.c?r1=1.132&r2=1.133 PR: 17357 - +1: jorton + +1: jorton, stoddard (stat fails when file size > 2GB even if large file support is enabled) *) unixd_accept: Eliminate now-unnecessary apr_os_sock_get() call. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/os/unix/unixd.c?r1=1.66&r2=1.67 @@ -103,12 +112,12 @@ PATCHES TO BACKPORT FROM 2.1 *) mod_ssl: Add ssl_is_https optional hook. http://www.apache.org/~jorton/mod_ssl-2.0-ishttps.diff - +1: jorton + +1: jorton, stoddard *) mod_rewrite: Add %{SSL:...} and %{HTTPS} support (regression from 1.3/mod_ssl). http://www.apache.org/~jorton/mod_rewrite-2.0-sslvar.diff PR: 30464 - +1: jorton + +1: jorton, stoddard *) Proposal: Several folks want to aggressively backport changes from mod_cache, mod_mem_cache and mod_file_cache from Apache