]> granicus.if.org Git - apache/commitdiff
This patch is now in 2.0.46
authorBill Stoddard <stoddard@apache.org>
Thu, 15 May 2003 00:51:55 +0000 (00:51 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 15 May 2003 00:51:55 +0000 (00:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99838 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 45461313dcc495893ad90592ac0d8cb13b352afa..f02a431bc46fa89e2a573d9006e3bc5eab57319c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -29,10 +29,6 @@ Changes with Apache 2.1.0-dev
   *) Fix a compile failure with recent OpenSSL and picky compilers
      (e.g., OpenSSL 0.9.7a and xlc_r on AIX).  [Jeff Trawick]
 
-  *) ap_get_mime_headers_core: allocate space for the trailing null
-     when folding is in effect.
-     PR 18170 [Peter Mayne <PeterMayne@SPAM_SUX.ap.spherion.com>]
-
   *) Do not bypass output filters when redirecting subrequests internally.
      PR 17629.  [AndrĂ© Malo]
 
@@ -153,6 +149,10 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.46
 
+  *) ap_get_mime_headers_core: allocate space for the trailing null
+     when folding is in effect.
+     PR 18170 [Peter Mayne <PeterMayne@SPAM_SUX.ap.spherion.com>]
+
   *) mod_log_config: Add the ability to log the id of the thread 
      processing the request via new %P formats.  [Jeff Trawick]