]> granicus.if.org Git - apache/commitdiff
Note a couple of backports
authorBill Stoddard <stoddard@apache.org>
Thu, 30 Jan 2003 16:43:39 +0000 (16:43 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 30 Jan 2003 16:43:39 +0000 (16:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98545 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 2943013b42696b3986a121634760d1351962d63c..a71d7122c8383c13e297fab92a05b3190cb29c17 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -20,8 +20,6 @@ Changes with Apache 2.1.0-dev
      triggering the 'no encoded slashes anywhere' legacy rule.
      PR 543, 2389, 3581, 3589, 5687, 7066, 7865, 14639.  [Ken Coar]
 
-  *) mod_file_cache: fixed a segfault when multiple MMapFile directives
-     were used.  PR 16313.  [Cliff Woolley]
 
   *) Move RFC 1413 ident requests from core to new module mod_ident.
      [AndrĂ© Malo]
@@ -72,6 +70,11 @@ Changes with Apache 2.1.0-dev
    Apache 2.0.xx tree as documented, and except as noted, below.]
 
 Changes with Apache 2.0.45
+  *) mod_file_cache: fix segfault serving mmaped cached files.
+     [Bill Stoddard]
+
+  *) mod_file_cache: fixed a segfault when multiple MMapFile directives
+     were used.  PR 16313.  [Cliff Woolley]
 
   *) Fix a nasty segfault in mmap_bucket_setaside() caused by passing
      an incompatible pointer type to mmap_bucket_destroy(void*).