Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 753C3200B70 for ; Sat, 27 Aug 2016 15:55:48 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 73CFC160AA6; Sat, 27 Aug 2016 13:55:48 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BBA7E160A89 for ; Sat, 27 Aug 2016 15:55:47 +0200 (CEST) Received: (qmail 76476 invoked by uid 500); 27 Aug 2016 13:55:47 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 76467 invoked by uid 99); 27 Aug 2016 13:55:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Aug 2016 13:55:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 8E494C027E for ; Sat, 27 Aug 2016 13:55:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.426 X-Spam-Level: X-Spam-Status: No, score=-0.426 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id qIFhqKN-5IBX for ; Sat, 27 Aug 2016 13:55:45 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 45CBF5FBDE for ; Sat, 27 Aug 2016 13:55:45 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 4E4D4E0423 for ; Sat, 27 Aug 2016 13:55:44 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 1403B3A0248 for ; Sat, 27 Aug 2016 13:55:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1758034 - /httpd/httpd/trunk/CHANGES Date: Sat, 27 Aug 2016 13:55:43 -0000 To: cvs@httpd.apache.org From: elukey@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160827135544.1403B3A0248@svn01-us-west.apache.org> archived-at: Sat, 27 Aug 2016 13:55:48 -0000 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.