From: Ruediger Pluem Date: Mon, 10 Nov 2008 21:16:41 +0000 (+0000) Subject: * Adjust changes entry to what is really done to fix it. X-Git-Tag: 2.3.0~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1edfd3a86d745e338e2be1b5a4d704269c17bb8;p=thirdparty%2Fapache%2Fhttpd.git * Adjust changes entry to what is really done to fix it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@712837 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 83afe4122bd..b8c44a3f3d5 100644 --- a/CHANGES +++ b/CHANGES @@ -34,8 +34,8 @@ Changes with Apache 2.3.0 *) core: Add ap_timeout_parameter_parse to public API. [Ruediger Pluem] - *) mod_proxy: Prevent segmentation faults by correctly flushing all buckets - from the proxy backend. PR 45792 [Ruediger Pluem] + *) mod_proxy: Prevent segmentation faults by correctly adjusting the lifetime + of the buckets read from the proxy backend. PR 45792 [Ruediger Pluem] *) mod_dir: Support "DirectoryIndex None" Suggested By André Warnier [Eric Covener]