]> granicus.if.org Git - apache/commitdiff
somebody just wrote a PR on something Paul fixed earlier today;
authorJeff Trawick <trawick@apache.org>
Fri, 19 Apr 2002 21:30:20 +0000 (21:30 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 19 Apr 2002 21:30:20 +0000 (21:30 +0000)
mention that PR in the changelog

PR:      8314

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

CHANGES

diff --git a/CHANGES b/CHANGES
index ef326c14804dc4b0fabb3b3d99dfeef56137c5a0..f47cd916884ee437dddb8f377ed69a7f19a048e5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,9 @@
 Changes with Apache 2.0.36
+
   *) Moved the call to apr_mmap_dup outside the error branch so
      that it would actually get called. This fixes a core dump
-     at init everytime you use the MMapFile directive. [Paul J. Reder]
+     at init everytime you use the MMapFile directive. PR 8314
+     [Paul J. Reder]
 
   *) Trigger an error when a LoadModule directive attempts to
      load a module which is built-in.  This is a common error when