From: Ruediger Pluem Date: Sat, 29 Dec 2007 16:23:10 +0000 (+0000) Subject: * Promote X-Git-Tag: 2.2.7~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9389d24a761d051e854fcecb760403746d0b91bc;p=thirdparty%2Fapache%2Fhttpd.git * Promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@607442 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 6d191821463..57660100d06 100644 --- 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