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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc73cb0d0770ee9367365decb27679aba76dc5af;p=thirdparty%2Fapache%2Fhttpd.git 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 91d22b4831a..94819683352 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]