From: Daniel Gruno Date: Fri, 13 Sep 2013 12:41:21 +0000 (+0000) Subject: that line was obviously wrong. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e6d033e58777a55c793320b07b3fb7fee41eb2;p=thirdparty%2Fapache%2Fhttpd.git that line was obviously wrong. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1522900 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0d897df0330..f2de0f886a0 100644 --- a/CHANGES +++ b/CHANGES @@ -13,8 +13,7 @@ Changes with Apache 2.5.0 *) WinNT MPM: Don't crash during child process initialization if the Listen protocol is unrecognized. [Jeff Trawick] - *) mod_lua: add setcookie and getcookie functions to the request_rec struct. - [Daniel Gruno] + *) mod_lua: Add a logging hook for modifying/skipping logs. [Daniel Gruno] *) mod_status, mod_echo: Fix the display of client addresses. They were truncated to 31 characters which is not enough for IPv6 addresses.