Commit 97461e18 authored by Rainer Jung's avatar Rainer Jung
Browse files

Propose backports bringing rotatelogs in sync

with trunk.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1826813 13f79535-47bb-0310-9956-ffa450edef68
parent 37d0a6d0
Loading
Loading
Loading
Loading
+44 −0
Original line number Diff line number Diff line
@@ -204,6 +204,50 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: svn merge -c 1812756 ^/httpd/httpd/trunk .
     +1: rjung

   * rotatelogs: Add an option to autocreate directories to rotatelogs.
     PR: 46669
     trunk patch: http://svn.apache.org/r1533810
     2.4.x patch: https://home.apache.org/~rjung/patches/httpd-2.4.x-rotatelogs-create-directories.patch
                  plus CHANGES for new "-d" flag (see svn log for credits).
                  Merge only fails due to small docs conflicts.
     +1: rjung

   * rotatelogs: Remove multiple uses of constant length error buffers.
     trunk patches: http://svn.apache.org/r1534895
                    http://svn.apache.org/r1534896
                    http://svn.apache.org/r1534914
     2.4.x patch: svn merge -c 1534895,1534896,1534914 ^/httpd/httpd/trunk .
                  plus CHANGES
     +1: rjung

   * rotatelogs: Small changes to rotatelogs:
     - add "-n num" to help text
     - clarify in help text, that "program is invoked"
       is the "-p" case
     - prevent crash with "-v" (verbose) if no
       "-p prog" is used
     - add one space for formatting
     plus: fix -n help text
     this closes #24
     trunk patches: http://svn.apache.org/r1666415
                    http://svn.apache.org/r1780308
     2.4.x patch: svn merge -c 1666415,1780308 ^/httpd/httpd/trunk .
     +1: rjung

   * rotatelogs: Choose "-D" instead of "-d" for the rotatelogs
     option that creates the path to the log file.
     I want to use "-d" for another directory related
     option next where (I think) the "directory" "d"
     makes more sense.
     "-d" has not yet been backported, so changing
     to "-D" is not a real compatibility issue.
     This brings 2.4.x rotatelogs in sync with trunk.
     trunk patch: http://svn.apache.org/r1666417
     2.4.x patch: https://home.apache.org/~rjung/patches/httpd-2.4.x-rotatelogs-create-directories-rename-flag.patch
                  plus CHANGES change from "-d" to "-D"
                  Merge only fails due to small docs conflicts.
     +1: rjung

PATCHES/ISSUES THAT ARE BEING WORKED
  [ New entries should be added at the START of the list ]