From: Daniel Gruno Date: Sun, 20 Apr 2014 14:04:59 +0000 (+0000) Subject: update CHANGES X-Git-Tag: 2.4.10~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=feeddeec7b9f2b3cfa6664b943489777295d18fb;p=apache update CHANGES git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588763 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e8ab7f466f..3d9ed1e3c9 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,13 @@ Changes with Apache 2.4.10 + *) mod_lua: Enforce the max post size allowed via r:parsebody() + [Daniel Gruno] + + *) mod_lua: Use binary comparison to find boundaries for multipart + objects, as to not terminate our search prematurely when hitting + a NULL byte. [Daniel Gruno] + *) mod_ssl: add workaround for SSLCertificateFile when using OpenSSL versions before 0.9.8h and not specifying an SSLCertificateChainFile (regression introduced with 2.4.8). PR 56410. [Kaspar Brand]