summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2009-04-04 01:31:27 +0000
committerRoy T. Fielding <fielding@apache.org>2009-04-04 01:31:27 +0000
commit1ee973d411073790190fffe8d1c23099dea16259 (patch)
tree976952efd9f223e9516912f0d6a9732d41d735fe
parent592d71ba459bc39d69bc1fd5c3d0743d9e3a9821 (diff)
downloadhttpd-1ee973d411073790190fffe8d1c23099dea16259.tar.gz
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
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a3304cb99f..48c299f341 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]