]> granicus.if.org Git - apache/commitdiff
promote
authorStefan Fritsch <sf@apache.org>
Sun, 2 Dec 2012 11:14:40 +0000 (11:14 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 2 Dec 2012 11:14:40 +0000 (11:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1416157 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 7340eedcff725d4c2bddf31c1935d11fb591b84d..921f0248678019240156d0e30aea85096312d508 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -89,6 +89,10 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * rotatelogs: fix argument handling to exactly match docs with -p 
+       trunk patch: http://svn.apache.org/viewvc?rev=1409726&view=rev
+       2.4.x patch: trunk patch applies
+     +1: jorton, jim, sf
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -215,11 +219,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://people.apache.org/~jim/patches/bal-man-xml-2.4.patch
      +1: jim
 
-   * rotatelogs: fix argument handling to exactly match docs with -p 
-       trunk patch: http://svn.apache.org/viewvc?rev=1409726&view=rev
-       2.4.x patch: trunk patch applies
-     +1: jorton, jim, sf
-
    * core: Make ap_regcomp() return AP_REG_ESPACE if out of memory.
      Make ap_pregcomp() abort if out of memory. This raises the minimum
      PCRE requirement to version 6.0, released in 2005.