From: Bradley Nicholes Date: Wed, 29 May 2002 21:28:05 +0000 (+0000) Subject: Finally got rotatelogs working on NetWare X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48a84825ea866ce7308e4c09dfdb497d19b10090;p=apache Finally got rotatelogs working on NetWare git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95367 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 83421d429a..fd09abc39e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ Changes with Apache 2.0.37 + *) NetWare: Piping log entries through RotateLogs using the + CustomLogs directive is finally supported now that we have + the pipes and spawning functionality working. + [Brad Nicholes] + *) Detect overflow when reading the hex bytes forming a chunk line. [Aaron Bannert]