]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
2.4.x CHANGES was updated in r1546547 to cover these entries
authorJeff Trawick <trawick@apache.org>
Sun, 1 Dec 2013 00:41:01 +0000 (00:41 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 1 Dec 2013 00:41:01 +0000 (00:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1546774 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index f41f6c43b92ad3af965c8dd99d35b81f65853944..1b94e347f77d825f823492dc2d4440e371a437dc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -64,12 +64,6 @@ Changes with Apache 2.5.0
      save the socket for reuse by the next worker as if it were an 
      APR_SO_DISCONNECTED socket. Restores 2.2 behavior. [Eric Covener]
 
-  *) mod_lua: Add rudimentary support for WebSocket interaction. This is 
-     currently request-bound and only supports the WS protocol. [Daniel Gruno]
-
-  *) mod_lua: Add getcookie/setcookie for reading/writing HTTP cookies
-     [Daniel Gruno]
-
   *) mod_lua: Add a logging hook for modifying/skipping logs. [Daniel Gruno]
 
   *) mod_status, mod_echo: Fix the display of client addresses.