From: Roy T. Fielding Date: Sat, 4 Apr 2009 01:31:27 +0000 (+0000) Subject: holy crap, how did that bug manage to persist for 15 months? X-Git-Tag: 2.2.12~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ee973d411073790190fffe8d1c23099dea16259;p=thirdparty%2Fapache%2Fhttpd.git holy crap, how did that bug manage to persist for 15 months? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@761854 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a3304cb99f3..48c299f3410 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ -*- coding: utf-8 -*- Changes with Apache 2.2.12 - *) mod_deflate: revert changes in 2.2.11 that caused an invalid + *) mod_deflate: revert changes in 2.2.8 that caused an invalid etag to be emitted for on-the-fly gzip content-encoding. PR 39727 will require larger fixes and this fix was far more harmful than the original code. PR 45023. [Roy T. Fielding]