]> granicus.if.org Git - apache/commitdiff
complete backport
authorBill Stoddard <stoddard@apache.org>
Thu, 25 Mar 2004 02:09:07 +0000 (02:09 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 25 Mar 2004 02:09:07 +0000 (02:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103142 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index c07b44533b28fea50c05cb4b259da20e63296762..fbb1879adb139e9566d45e692dee0b02b68679f1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,11 +6,6 @@ Changes with Apache 2.1.0-dev
      bucket brigades containing multiple file buckets all referencing
      the same open file descriptor. [Bojan Smojver]
 
-  *) Fix memory corruption problem with ap_custom_response() function.
-     The core per-dir config would later point to request pool data
-     that would be reused for different purposes on different requests.
-     [Jeff Trawick, based on an old 1.3 patch submitted by Will Lowe]
-
   *) work around MSIE Digest auth bug - if AuthDigestEnableQueryStringHack
      is set in r->subprocess_env allow mismatched query strings to pass.
      PR 27758.  [Paul Querna <chip force-elite.com>, Geoffrey Young]
@@ -300,6 +295,13 @@ Changes with Apache 2.1.0-dev
   [Apache 2.1.0-dev includes those bug fixes and changes with the
    Apache 2.0.xx tree as documented, and except as noted, below.]
 
+Changes with Apache 2.0.50
+
+  *) Fix memory corruption problem with ap_custom_response() function.
+     The core per-dir config would later point to request pool data
+     that would be reused for different purposes on different requests.
+     [Jeff Trawick, based on an old 1.3 patch submitted by Will Lowe]
+
 Changes with Apache 2.0.49
 
   *) SECURITY: CAN-2004-0174 (cve.mitre.org)