From: Luca Toscano Date: Sat, 27 Aug 2016 13:55:43 +0000 (+0000) Subject: Updated the changelog to reflect last commits about Last-Modified header handling. X-Git-Tag: 2.5.0-alpha~1192 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f7958a2c168cef122e39e28754100e6de2e0022;p=thirdparty%2Fapache%2Fhttpd.git Updated the changelog to reflect last commits about Last-Modified header handling. Added William and Jacob to the list of authors to reflect their participation and suggestions given in the dev@'s email thread (thanks!). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1758034 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 5285016ba68..09925ae0ff5 100644 --- a/CHANGES +++ b/CHANGES @@ -46,9 +46,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.