From: Jim Jagielski Date: Wed, 13 Nov 2013 12:31:14 +0000 (+0000) Subject: This was awhile ago... X-Git-Tag: 2.4.7~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56e6cb4f6e27c75c28937936d24e5581ca322343;p=apache This was awhile ago... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1541494 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8c3a90df62..3034419a85 100644 --- a/CHANGES +++ b/CHANGES @@ -295,6 +295,9 @@ Changes with Apache 2.4.5 *) mod_dav: Make sure that when we prepare an If URL for Etag comparison, we compare unencoded paths. PR 53910 [Timothy Wood ] + *) mod_deflate: Remove assumptions as to when an EOS bucket might arrive. + Gracefully step aside if the body size is zero. [Graham Leggett] + *) 'AuthGroupFile' and 'AuthUserFile' do not accept anymore the optional 'standard' keyword . It was unused and not documented. PR54463 [Tianyin Xu and Christophe Jaillet]