From 0a982c542f7fc83c059d29940e50803560cbc924 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Fri, 19 Apr 2002 21:30:20 +0000 Subject: [PATCH] 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 --- CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.50.1