From: Yann Ylavic Date: Sun, 14 Jun 2015 00:53:13 +0000 (+0000) Subject: Follow up to r1685345: CHANGES entry. X-Git-Tag: 2.5.0-alpha~3080 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd369dd7fcbb4040bd997a8a30af251bffa8c2f1;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1685345: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1685349 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8c5f9d6360d..be708811413 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) core: Allow spaces after chunk-size for compatibility with implementations + using a pre-filled buffer, and log parsing failures at level INFO. + [Yann Ylavic, Jeff Trawick] + *) mod_ssl: Warn about deprecated SSLCertificateChainFile once at startup, on first usage only. [Yann Ylavic]