]> granicus.if.org Git - apache/commitdiff
Backport
authorGraham Leggett <minfrin@apache.org>
Tue, 25 May 2004 16:47:18 +0000 (16:47 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 25 May 2004 16:47:18 +0000 (16:47 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103761 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index ff44919f203fde2a35dfa8f513ace1e31ba78629..953f6c5d1dcb486b2de0d435965bf9437102f383 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,10 +5,6 @@ Changes with Apache 2.1.0-dev
   *) Allow LimitRequestBody to be reset to unlimited. PR 29106
      [AndrĂ© Malo]
 
-  *) Fix a segfault when requests for shared memory fails and returns
-     NULL. Fix a segfault caused by a lack of bounds checking on the
-     cache. PR 24801 [Graham Leggett]
-
   *) Small fix to allow reverse proxying to an ftp server. Previously
      an attempt to do this would try and connect to 0.0.0.0, regardless
      of the server specified. PR 24922
@@ -384,6 +380,10 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.50
 
+  *) Fix a segfault when requests for shared memory fails and returns
+     NULL. Fix a segfault caused by a lack of bounds checking on the
+     cache. PR 24801 [Graham Leggett]
+
   *) Throw an error message if an attempt is made to use the LDAPTrustedCA
      or LDAPTrustedCAType directives in a VirtualHost. PR 26390
      [Brad Nicholes]