You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2019/06/21 08:29:59 UTC

svn commit: r1861759 - /httpd/httpd/branches/2.4.x/CHANGES

Author: jorton
Date: Fri Jun 21 08:29:59 2019
New Revision: 1861759

URL: http://svn.apache.org/viewvc?rev=1861759&view=rev
Log:
Note that rotatelogs -D was added in 2.4.34.

PR: 46669

Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1861759&r1=1861758&r2=1861759&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Fri Jun 21 08:29:59 2019
@@ -470,6 +470,9 @@ Changes with Apache 2.4.34
   *) core: Add <IfFile>, <IfDirective> and <IfSection> conditional
      section containers.  [Eric Covener, Joe Orton]
 
+  *) rotatelogs: Add -D option to create parent directories.  PR 46669.
+     [Philippe Lantin <plantin cobaltgroup.com>, Ben Reser, Rainer Jung]
+
 Changes with Apache 2.4.33
 
   *) core: Fix request timeout logging and possible crash for error_log hooks.