]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Promote
authorRuediger Pluem <rpluem@apache.org>
Sat, 29 Dec 2007 16:23:10 +0000 (16:23 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 29 Dec 2007 16:23:10 +0000 (16:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@607442 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6d19182146379cad808b22222272ce0989cd3a27..57660100d063247a29b33ea17822f3d55e77f883 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -122,6 +122,25 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_disk_cache: Delete temporary files if they cannot be renamed to their
+     final name.
+      Trunk version of patch:
+         http://svn.apache.org/viewcvs.cgi?rev=409942&view=rev
+         http://svn.apache.org/viewcvs.cgi?rev=607245&view=rev
+         http://svn.apache.org/viewcvs.cgi?rev=607440&view=rev
+      Backport version for 2.2.x of patch:
+         Trunk version of patch works
+      +1: rpluem, niq, wrowe
+      niq: Provisional +1, but the error logging should be at a consistent
+           level (maybe WARNING?)
+      rpluem: Set it to ERROR in all cases as IMHO this should not happen.
+              If this level is too high we can reduce it later.
+      wrowe: disagree with rpluem - it's incredibly disruptive to admins
+             to have their logs filled with noise - warning would be ok, 
+             provided there's no more than one entry per failed request.
+             If their request would die outright, only then is rpluem right.
+      rpluem: Level now set to WARNING.
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -142,25 +161,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                Better IMHO to separate releasing it from the many bugfixes
                in 2.2.7 mod_proxy.  Hence +1 for 2.2.8.
 
-   * mod_disk_cache: Delete temporary files if they cannot be renamed to their
-     final name.
-      Trunk version of patch:
-         http://svn.apache.org/viewcvs.cgi?rev=409942&view=rev
-         http://svn.apache.org/viewcvs.cgi?rev=607245&view=rev
-         http://svn.apache.org/viewcvs.cgi?rev=607440&view=rev
-      Backport version for 2.2.x of patch:
-         Trunk version of patch works
-      +1: rpluem, niq, wrowe
-      niq: Provisional +1, but the error logging should be at a consistent
-           level (maybe WARNING?)
-      rpluem: Set it to ERROR in all cases as IMHO this should not happen.
-              If this level is too high we can reduce it later.
-      wrowe: disagree with rpluem - it's incredibly disruptive to admins
-             to have their logs filled with noise - warning would be ok, 
-             provided there's no more than one entry per failed request.
-             If their request would die outright, only then is rpluem right.
-      rpluem: Level now set to WARNING.
-
    * configure / install: Make https port configurable.
       Trunk version of patch:
          http://svn.apache.org/viewvc?rev=606316&view=rev