]> granicus.if.org Git - apache/commitdiff
Finally got rotatelogs working on NetWare
authorBradley Nicholes <bnicholes@apache.org>
Wed, 29 May 2002 21:28:05 +0000 (21:28 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 29 May 2002 21:28:05 +0000 (21:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95367 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 83421d429a65ea1c6e59fd81679f802fde6cf5ba..fd09abc39eba0af98645b2b43e8b7c750dd6ee1e 100644 (file)
--- 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]