From: Cliff Woolley Date: Wed, 29 Jan 2003 18:21:12 +0000 (+0000) Subject: Actually since this fix is only in apr-util and httpd-2.0 still uses HEAD of X-Git-Tag: pre_ajp_proxy~2194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0887ed1f11f825d8243c6578e0cc3a4304fc30ab;p=apache Actually since this fix is only in apr-util and httpd-2.0 still uses HEAD of apr-util, the fix is already incorporated into httpd-2.0. I'll move the CHANGES entry over to there. If it makes you guys feel any better, I'm absolutely certain that the fix is correct, and I'm the one who wrote the bug in the first place. ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98539 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index af40e8ea44..b9fa97a27e 100644 --- a/CHANGES +++ b/CHANGES @@ -2,10 +2,6 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] - *) Fix a nasty segfault in mmap_bucket_setaside() caused by passing - an incompatible pointer type to mmap_bucket_destroy(). PR 16533. - [Gerard Eviston ] - *) Allow mod_dav to do weak entity comparison functions. [Justin Erenkrantz]