]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add in proposed backport which makes AcceptMutex more SSLMutex
authorJim Jagielski <jim@apache.org>
Thu, 9 Nov 2006 15:14:50 +0000 (15:14 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 9 Nov 2006 15:14:50 +0000 (15:14 +0000)
like in that it now allows for pathname arguments directly.
Adds in mutex support functions.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@472943 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index eb9abb8d6c5245f7179821af63ac11c379ec593e..dbc2f22abd5f7de2a0a62fb010e9af703644e79b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -241,3 +241,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      http://svn.apache.org/viewvc?view=rev&revision=472633
      +1: bnicholes
 
+   * 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