From: Daniel Gruno Date: Fri, 29 Nov 2013 12:16:28 +0000 (+0000) Subject: Adding missing changelog entries for mod_lua. X-Git-Tag: 2.4.8~367 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62bbc8ebe1b26af78a1a1b9720ce555e0db0b632;p=apache Adding missing changelog entries for mod_lua. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1546547 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 60388c60f9..8ed8bed7a8 100644 --- a/CHANGES +++ b/CHANGES @@ -192,6 +192,12 @@ Changes with Apache 2.4.7 introduced in 2.4.4 PR 55264 [Jo Rhett ] + *) mod_lua: add websocket support via r:wsupgrade, r:wswrite, r:wsread + and r:wsping. [Daniel Gruno] + + *) mod_lua: add support for writing/reading cookies via r:getcookie and + r:setcookie. [Daniel Gruno] + Changes with Apache 2.4.6 *) Revert a broken fix for PR54948 that was applied to 2.4.5 (which was