]> granicus.if.org Git - apache/blobdiff - CHANGES
Drop an invalid Last-Modified header value returned by a FCGI/CGI
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index 4943bc3e449258df45c32a403443ab400052dfa7..485f1dfc767703f4b8a8c0376988e53f9bf5400e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,22 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
-  *) mod_http2: more orderly destruction of stream/task pairs, addressing
-     reported crashes on aborted connections. [Stefan Eissing]
-     
+  *) core: Drop an invalid Last-Modified header value coming
+     from a FCGI/CGI script instead of replacing it with Unix epoch.
+     [Luca Toscano]
+
+  *) mod_dav: Allow other modules to become providers and add ACLs
+     to the DAV response.
+     [Jari Urpalainen <jari.urpalainen nokia.com>, Graham Leggett]
+
+  *) mod_dav: Add dav_begin_multistatus, dav_send_one_response,
+     dav_finish_multistatus, dav_send_multistatus, dav_handle_err,
+     dav_failed_proppatch, dav_success_proppatch to mod_dav.h.
+     [Jari Urpalainen <jari.urpalainen nokia.com>, Graham Leggett]
+
+  *) core: Add -DDUMP_INCLUDES configtest option to show the tree
+     of Included configuration files.  [Jacob Champion <champion.pxi gmail.com>]
+
   *) mod_dav: Add support for childtags to dav_error.
      [Jari Urpalainen <jari.urpalainen nokia.com>]