]> granicus.if.org Git - apache/commitdiff
One item off of the plate - on to further patches.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 16 May 2003 18:12:54 +0000 (18:12 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 16 May 2003 18:12:54 +0000 (18:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99868 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 317ff62c5f130cceff1931fc9b21f40257e0caf0..8e7682bfa4db20a43c729478f9b1cbd1a1b0a223 100644 (file)
--- 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 <jcarlson@jnous.com>]
 
-  *) 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]