From: Jim Jagielski Date: Thu, 8 Feb 2007 13:56:07 +0000 (+0000) Subject: Why bother? X-Git-Tag: 2.2.5~318 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05486e5e5d3aee30013e1c24149aef8bdd044957;p=thirdparty%2Fapache%2Fhttpd.git Why bother? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@504900 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index ec5d3bf71bc..5275fce76f9 100644 --- a/STATUS +++ b/STATUS @@ -122,27 +122,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: I'll +1 it when that's done. wrowe: ditto's - good concept. - * core: Allow AcceptMutex to accept pathname arguments ala SSLMutex, - and, as a result, semi-depreciate Lockfile. - Trunk version of patch: - http://svn.apache.org/viewvc?view=rev&revision=467326 - http://svn.apache.org/viewvc?view=rev&revision=468049 - 2.2.x version of patch: - Trunk version works (requires handling of CHANGES and ap_mmn.h - conflict though) - +1: jim, wrowe - wrowe notes: Adding to ease migration to 2.4 - good. Deprecating - any directive in a .even released branch, bad. - jim notes: it's more an enhancement to AcceptMutex than a - depreciation of LockFile... no regressions are - introduced. - wrowe adds: Isn't it time for SSL/FTP/JK/FTP who all need the very - same syntax to benefit from one generic implementation - (in httpd, not apr, since it's config syntax specific). - -0: jorton: this is a nice cleanup but adds little/no value for - 2.2 users; save it for 2.4. also: misses Win32 .dsp update? - spells "deprecate" incorrectly throughout. - * mod_proxy_balancer: Remove unnecessary lock/unlock for the post_request hook. We are actually doing nothing here. But keep the code (but macroed out) for future usage.