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:
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
*) 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
*) 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