]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
promote
authorJim Jagielski <jim@apache.org>
Mon, 26 Nov 2007 13:47:35 +0000 (13:47 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 26 Nov 2007 13:47:35 +0000 (13:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@598271 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b972af4fbd673af9d7a7eb076bb707e377b023df..ae07be2d247562e1b956ab20b5cc19940d49aeb7 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -79,6 +79,18 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * rotatelogs: Change command-line parsing to report more types
+     of errors.  Allow local timestamps to be used when rotating based
+     on file size.
+     trunk:
+         http://svn.apache.org/viewvc?view=rev&revision=596698
+         http://svn.apache.org/viewvc?view=rev&revision=596796
+         http://svn.apache.org/viewvc?view=rev&revision=596830
+         http://svn.apache.org/viewvc?view=rev&revision=596884
+     2.2.x:
+         Trunk patches apply, but here is a consolidated patch:
+         http://people.apache.org/~trawick/rotatelogs.txt
+     +1: trawick, rpluem, jim
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -187,19 +199,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         http://people.apache.org/~jim/patches/reqtail-patch.txt
      +1: jim, rpluem
 
-   * rotatelogs: Change command-line parsing to report more types
-     of errors.  Allow local timestamps to be used when rotating based
-     on file size.
-     trunk:
-         http://svn.apache.org/viewvc?view=rev&revision=596698
-         http://svn.apache.org/viewvc?view=rev&revision=596796
-         http://svn.apache.org/viewvc?view=rev&revision=596830
-         http://svn.apache.org/viewvc?view=rev&revision=596884
-     2.2.x:
-         Trunk patches apply, but here is a consolidated patch:
-         http://people.apache.org/~trawick/rotatelogs.txt
-     +1: trawick, rpluem, jim
-
    * http_filters: Fix handling of unrecognised Transfer Encodings
      PR 43882
      http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/http_filters.c?r1=592951&r2=595954