]> granicus.if.org Git - apache/commitdiff
Synch with 2.0.x branch.
authorJoe Orton <jorton@apache.org>
Wed, 8 Jun 2005 11:23:32 +0000 (11:23 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 8 Jun 2005 11:23:32 +0000 (11:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@189572 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index e358998d6213fe9023b3c6477224fef345582dc7..5201d1a35dffb22aeb6abdecec0b049a0ed80f16 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,11 +8,6 @@ Changes with Apache 2.1.5
   *) mod_cache: Rename 'generate_name' to 'ap_cache_generate_name'. 
      [Paul Querna]
 
-  *) SECURITY: CAN-2005-1268 (cve.mitre.org)
-     mod_ssl: Fix possible crash on printing CRL details when
-     debugging is enabled, if configured to use a CRL from
-     a malicious source.  PR 35081.  [Marc Stern <mstern csc.com>]
-
   *) proxy FTP: Fix confusion about globbing characters which could lead
      to getting a directory listing when a file was requested.  PR 34512.
      [Sean <infamous41md hotmail.com>]
@@ -64,9 +59,6 @@ Changes with Apache 2.1.5
   *) Add AP_INIT_TAKE_ARGV for configuration commands. (minor MMN bump) 
      [Paul Querna]
 
-  *) worker and event mpms: don't take down the whole server for a transient
-     thread creation failure.  PR 34514 [Greg Ames]
-
   *) ap_get_local_host() rewritten for APR. [Jim Jagielski]
 
   *) Add the ap_vhost_iterate_given_conn function to expose the information
@@ -83,11 +75,6 @@ Changes with Apache 2.1.5
      applications that send the Vary Header themselves, and also apply 
      mod_defalte as an output filter. [Paul Querna]
 
-  *) mod_rewrite: use buffered I/O for RewriteMap txt: files.  This
-     can result in a major performance improvement when the files are
-     large.
-     [Greg Ames]
-
   *) Change the default (when not present in the config file) setting
      for UseCanonicalName to Off.
      [Joshua Slive]
@@ -722,7 +709,21 @@ Changes with Apache 2.1.1
    Apache 2.0.xx tree as documented, and except as noted, below.]
 
 Changes with Apache 2.0.55
+
+  *) SECURITY: CAN-2005-1268 (cve.mitre.org)
+     mod_ssl: Fix off-by-one overflow whilst printing CRL information
+     at "LogLevel debug" which could be triggered if configured 
+     to use a "malicious" CRL.  PR 35081.  [Marc Stern <mstern csc.com>]
+
+  *) mod_userdir: Fix possible memory corruption issue.  PR 34588.
+     [David Leonard <dleonard vintela.com>]
+
+  *) worker MPM: don't take down the whole server for a transient
+     thread creation failure.  PR 34514.  [Greg Ames]
   
+  *) mod_rewrite: use buffered I/O to improve performance with large
+     RewriteMap txt: files.  [Greg Ames]
+
   *) proxy HTTP: Rework the handling of request bodies to handle
      chunked input and input filters which modify content length, and
      avoid spooling arbitrary-sized request bodies in memory.