From: Jeff Trawick Date: Fri, 19 Apr 2002 21:30:20 +0000 (+0000) Subject: somebody just wrote a PR on something Paul fixed earlier today; X-Git-Tag: 2.0.36~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a982c542f7fc83c059d29940e50803560cbc924;p=apache somebody just wrote a PR on something Paul fixed earlier today; 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 --- diff --git a/CHANGES b/CHANGES index ef326c1480..f47cd91688 100644 --- 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