]> granicus.if.org Git - apache/commitdiff
update CHANGES
authorDaniel Gruno <humbedooh@apache.org>
Sun, 20 Apr 2014 14:04:59 +0000 (14:04 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sun, 20 Apr 2014 14:04:59 +0000 (14:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588763 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index e8ab7f466f8611cd32069c2f1924c377ae7912c6..3d9ed1e3c9bea4eaf35878afdea09681b658a8e0 100644 (file)
--- 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]