]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
holy crap, how did that bug manage to persist for 15 months?
authorRoy T. Fielding <fielding@apache.org>
Sat, 4 Apr 2009 01:31:27 +0000 (01:31 +0000)
committerRoy T. Fielding <fielding@apache.org>
Sat, 4 Apr 2009 01:31:27 +0000 (01:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@761854 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a3304cb99f36f360a0f6837b64bb1aae3d34e6a5..48c299f341040d00a52ddf119892a812509b21e9 100644 (file)
--- 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]