]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Why bother?
authorJim Jagielski <jim@apache.org>
Thu, 8 Feb 2007 13:56:07 +0000 (13:56 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 8 Feb 2007 13:56:07 +0000 (13:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@504900 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ec5d3bf71bc8b889ffbf6bd466ca963854245cea..5275fce76f975a2cda74f5b7d87c7808924ad143 100644 (file)
--- 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.