]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport votes
authorBill Stoddard <stoddard@apache.org>
Wed, 25 Aug 2004 15:17:48 +0000 (15:17 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 25 Aug 2004 15:17:48 +0000 (15:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104800 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 355a8b93b6ac9dadb3d0ae34d7d41b933f6ad860..43fb75217817fb2f530d427610a2a430a49ed0f0 100644 (file)
--- 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