From: Ruediger Pluem Date: Thu, 7 Dec 2006 18:38:04 +0000 (+0000) Subject: * Add a comment X-Git-Tag: 2.2.4~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=400f5b0ee0fa82098295508ea506a9b92d97a7c8;p=thirdparty%2Fapache%2Fhttpd.git * Add a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@483599 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 94713525779..8f75e3c4940 100644 --- a/STATUS +++ b/STATUS @@ -152,6 +152,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1: rpluem, niq wrowe notes: I can't vote on this, nor can most; if you mean to propose backporting trunk/ to branches/2.2 for mod_deflate, I'd back that. + rpluem: I am slightly confused now. What do you propose exactly? + Take the existing mod_deflate.c from trunk and move it over + to branches/2.2? This would be exactly the same as applying my + patches as mod_deflate.c of branches/2.2 will be the same as + mod_deflate.c of the trunk (r483597) after applying the patches. * Allow htcacheclean and httxt2dbm to link apr/apr-util statically like the older support programs.