From: William A. Rowe Jr Date: Fri, 16 May 2003 18:12:54 +0000 (+0000) Subject: One item off of the plate - on to further patches. X-Git-Tag: pre_ajp_proxy~1686 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00036ed15dbbccaded3986bac4c12cc7550355d9;p=thirdparty%2Fapache%2Fhttpd.git One item off of the plate - on to further patches. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99868 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 317ff62c5f1..8e7682bfa4d 100644 --- a/CHANGES +++ b/CHANGES @@ -21,9 +21,6 @@ Changes with Apache 2.1.0-dev *) prefork MPM: Use the right permissions for the directory created for gprof support. [Jim Carlson ] - *) 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. @@ -149,6 +146,12 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.46 + *) Code fixes, constness corrections and ssl_toolkit_compat.h updates + for SSLC and OpenSSL toolkit compatibility. Still work remains to + be done to cripple features based on the limitations of RSA's binary + distribution of their SSL-C toolkit. + [William Rowe, Madhusudan Mathihalli, Jeff Trawick] + *) Linux 2.4+: If Apache is started as root and you code CoreDumpDirectory, coredumps are enabled via the prctl() syscall. [Greg Ames]