From: Yann Ylavic Date: Tue, 17 Jun 2014 13:07:34 +0000 (+0000) Subject: Add missing CHANGES entries for r1572655,1572663,1572668-1572671,1573224,1586745... X-Git-Tag: 2.5.0-alpha~4042 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c704cdb517ea00237ee3101595af2ab5cd9c7745;p=apache Add missing CHANGES entries for r1572655,1572663,1572668-1572671,1573224,1586745,1587594,1587639,1590509, r1572092, and r1572896,1572911. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1603156 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 7a76a10178..8bdb01d606 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,16 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_deflate: Don't fail when flushing inflated data to the user-agent + and that coincides with the end of stream ("Zlib error flushing inflate + buffer"). PR 56196. [Christoph Fausak ] + + *) mod_deflate: Fix inflation of files larger than 4GB. PR 56062. + [Lukas Bezdicka ] + + *) mod_deflate: Handle Zlib header and validation bytes received in multiple + chunks. PR 46146. [Yann Ylavic] + *) mod_proxy: Don't limit the size of the connectable Unix Domain Socket paths. [Christophe Jaillet, Yann Ylavic]