From: Yann Ylavic Date: Wed, 8 Jul 2015 12:26:05 +0000 (+0000) Subject: Add CHANGES entry for r1678698. X-Git-Tag: 2.2.30~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24a0f8ccc2f82f146617f365440c159f4353a1ed;p=thirdparty%2Fapache%2Fhttpd.git Add CHANGES entry for r1678698. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1689858 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8b2edbe1bc5..e2bc6019a8f 100644 --- a/CHANGES +++ b/CHANGES @@ -115,6 +115,9 @@ Changes with Apache 2.2.30 *) mod_deflate: Define APR_INT32_MAX when it is missing so to be able to compile against APR-1.2.x (minimum required version). [Yann Ylavic] + *) mod_reqtimeout: Don't let pipelining checks interfere with the timeouts + computed for subsequent requests. PR 56729. [Eric Covener] + Changes with Apache 2.2.29 *) Corrected docs/manual pages for new MergeTrailers directive and other