]> granicus.if.org Git - apache/commitdiff
Add missing CHANGES entry in 2.4.24
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 3 Nov 2017 06:40:05 +0000 (06:40 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 3 Nov 2017 06:40:05 +0000 (06:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1814136 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 0eadf0f7dc2fe5b1f09d89d95bdce98f3e05d278..fb9ba7c07570370fcbe7969f82442719863effc9 100644 (file)
--- 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.