You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2016/08/27 13:55:43 UTC

svn commit: r1758034 - /httpd/httpd/trunk/CHANGES

Author: elukey
Date: Sat Aug 27 13:55:43 2016
New Revision: 1758034

URL: http://svn.apache.org/viewvc?rev=1758034&view=rev
Log:
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!).


Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1758034&r1=1758033&r2=1758034&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Sat Aug 27 13:55:43 2016
@@ -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.