From: William A. Rowe Jr Date: Thu, 6 Mar 2003 16:30:34 +0000 (+0000) Subject: Jeff reminds me, document this one (users observed the bug). X-Git-Tag: pre_ajp_proxy~2036 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7088f98eeff4243b9cbd69e12e4859907f750f90;p=apache Jeff reminds me, document this one (users observed the bug). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98901 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 91d22b4831..9481968335 100644 --- a/CHANGES +++ b/CHANGES @@ -165,6 +165,10 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.45 + *) Fixed mod_ssl's SSLCertificateChain initialization to no longer + skip the first cert of the chain by default. This misbehavior + was introduced in 2.0.34. PR 14560 [Madhusudan Mathihalli] + *) mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot be started on Unix because of such problems as bad permissions, bad shebang line, etc. [Jeff Trawick]