From: William A. Rowe Jr Date: Sat, 5 Apr 2003 22:13:08 +0000 (+0000) Subject: Note the recent SSL-C fixes. X-Git-Tag: pre_ajp_proxy~1898 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a795aa8e599ad88334149c1694a99bc1f35ae07;p=thirdparty%2Fapache%2Fhttpd.git Note the recent SSL-C fixes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99260 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index eb37d82e6d1..c8387140dae 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) ssl_toolkit_compat.h and code fixes to build clean on SSLC. + [William Rowe, Madhusudan Mathihalli] + *) Fix the inability to log errors like exec failure in mod_ext_filter/mod_cgi script children. This was broken after such children stopped inheriting the error log handle.