summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2013-09-13 14:41:21 +0200
committerDaniel Gruno <humbedooh@apache.org>2013-09-13 14:41:21 +0200
commitbc9bc4caa06ae07143965f8fb667dabb6ed1c0d1 (patch)
treedec5dba1eb7b7bdea65085415a8bad5a8ef6d274
parentworks with (Strawberry) Perl 5.010 from 2009, so require that version; move t... (diff)
downloadapache2-bc9bc4caa06ae07143965f8fb667dabb6ed1c0d1.tar.xz
apache2-bc9bc4caa06ae07143965f8fb667dabb6ed1c0d1.zip
that line was obviously wrong.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1522900 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 0d897df033..f2de0f886a 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.