1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

that line was obviously wrong.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1522900 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Gruno
2013-09-13 12:41:21 +00:00
parent ee5444e12c
commit bc9bc4caa0

View File

@@ -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.