From: Christophe Jaillet Date: Fri, 3 Nov 2017 06:40:05 +0000 (+0000) Subject: Add missing CHANGES entry in 2.4.24 X-Git-Tag: 2.4.30~279 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cec6966edd98ae0201256b62397afeb9cf29d398;p=apache Add missing CHANGES entry in 2.4.24 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1814136 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0eadf0f7dc..fb9ba7c075 100644 --- a/CHANGES +++ b/CHANGES @@ -414,6 +414,9 @@ Changes with Apache 2.4.24 (not released) *) mod_socache_memcache: Provide memcache stats to mod_status. [Jim Jagielski] + *) mod_file_cache: mod_file_cache should be able to serve files that + haven't had a Content-Type set via e.g. mod_mime. [Eric Covener] + *) http_filters: Fix potential looping in new check_headers() due to new pattern of ap_die() from http header filter. Explicitly clear the previous headers and body.