]> granicus.if.org Git - apache/blobdiff - CHANGES
Fix stupid mistake introduced in r1759984
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index 5285016ba68e86bdf3fb689ef5ab2e0184a83222..1cdbdb8da5bff47e9b143439e0948921b9244354 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) mpm_winnt: Prevent a denial of service when the 'data' AcceptFilter is in
+     use by replacing it with the 'connect' filter. PR 59970. [Jacob Champion]
+
   *) mod_proxy_hcheck: Set health check URI and expression correctly for health
      check worker. PR 60038 [zdeno <zdeno@scnet.sk>]
 
@@ -46,9 +49,9 @@ Changes with Apache 2.5.0
 
   *) core: Drop an invalid Last-Modified header value coming
      from a FCGI/CGI script instead of replacing it with Unix epoch.
-     Warn the users about Last-Modified header value replacements and 
-     improved handling of non-GMT datestr.
-     [Yann Ylavic, Luca Toscano]
+     Warn the users about Last-Modified header value replacements
+     and violations of the RFC.
+     [Yann Ylavic, Luca Toscano, William Rowe, Jacob Champion]
 
   *) mod_dav: Allow other modules to become providers and add ACLs
      to the DAV response.