]> granicus.if.org Git - apache/commitdiff
Add missing CHANGES entries for r1572655,1572663,1572668-1572671,1573224,1586745...
authorYann Ylavic <ylavic@apache.org>
Tue, 17 Jun 2014 13:07:34 +0000 (13:07 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 17 Jun 2014 13:07:34 +0000 (13:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1603156 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 7a76a1017849113515688f52e960169a272ead07..8bdb01d606b29f81000bdcf3cc0444f1632b3f76 100644 (file)
--- 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 <christoph fausak glueckkanja.com>]
+
+  *) mod_deflate: Fix inflation of files larger than 4GB. PR 56062.
+     [Lukas Bezdicka <social v3.sk>]
+
+  *) 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]