X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=CHANGES;h=485f1dfc767703f4b8a8c0376988e53f9bf5400e;hb=f2c1f268b06a7a7985051ead4094044c90603c59;hp=518608d475114fa12f2629727df1fe7b65b27de1;hpb=a61612e1894cad2724f857ee2ba12d2f62136564;p=apache diff --git a/CHANGES b/CHANGES index 518608d475..485f1dfc76 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,22 @@ -*- coding: utf-8 -*- 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. + [Luca Toscano] + + *) mod_dav: Allow other modules to become providers and add ACLs + to the DAV response. + [Jari Urpalainen , 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 , Graham Leggett] + + *) core: Add -DDUMP_INCLUDES configtest option to show the tree + of Included configuration files. [Jacob Champion ] + *) mod_dav: Add support for childtags to dav_error. [Jari Urpalainen ]