From: Rainer Jung Date: Thu, 2 Oct 2014 09:49:35 +0000 (+0000) Subject: Add CHANGES for r1628104. X-Git-Tag: 2.5.0-alpha~3826 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22763a85f63659f6797e4cab560bd7e8bfcec3b1;p=apache Add CHANGES for r1628104. (mod_substitue: Fix memory limitation in case of regexp plus flatten.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1628918 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index bd95643ffc..4812c9483c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_substitute: Fix line length limitation in case of regexp plus flatten. + [Rainer Jung] + *) apreq: Content-Length header should be always interpreted as a decimal. Leading 0 could be erroneously considered as an octal value. PR 56598. [Chris Card ]