]> granicus.if.org Git - apache/commitdiff
Add CHANGES for r1628104.
authorRainer Jung <rjung@apache.org>
Thu, 2 Oct 2014 09:49:35 +0000 (09:49 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 2 Oct 2014 09:49:35 +0000 (09:49 +0000)
(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

CHANGES

diff --git a/CHANGES b/CHANGES
index bd95643ffc57e687c81784a0124d5f7824ff2f0a..4812c9483cc9ab0150f5804e24ed04550cf760f0 100644 (file)
--- 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 <ctcard hotmail com>]