]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backported before 2.4.7
authorEric Covener <covener@apache.org>
Sat, 25 Jan 2014 18:30:50 +0000 (18:30 +0000)
committerEric Covener <covener@apache.org>
Sat, 25 Jan 2014 18:30:50 +0000 (18:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561364 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 9cbc494f46d6df6f1c4c5b17c37327b065b04b59..d2b096cbd0d0d2b0cbef28edccd1499274002f62 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -116,20 +116,6 @@ Changes with Apache 2.5.0
      They were truncated to 31 characters which is not enough for IPv6 addresses.
      PR 54848 [Bernhard Schmidt <berni birkenwald de>]
 
-  *) mod_lua: If the first yield() of a LuaOutputFilter returns a string, it should
-     be prefixed to the response as documented. [Eric Covener]
-
-  *) mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilter
-     is configured without mod_filter. [Eric Covener]
-
-  *) mod_lua: Register LuaOutputFilter scripts as changing the content and
-     content-length by default, when run my mod_filter.  Previously,
-     growing or shrinking a response that started with Content-Length set
-     would require mod_filter and FilterProtocol change=yes. [Eric Covener]
-
-  *) mod_lua: Return a 500 error if a LuaHook* script doesn't return a 
-     numeric return code. [Eric Covener]
-
   *) mod_authnz_fcgi: New module to enable FastCGI authorizer
      applications to authenticate and/or authorize clients.
      [Jeff Trawick]