From: Jim Jagielski Date: Fri, 8 Dec 2006 15:23:04 +0000 (+0000) Subject: Add a short note about the AcceptMutex patch X-Git-Tag: 2.2.4~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2effd108cf0de650fb0ec71bc859c3eede26f44c;p=thirdparty%2Fapache%2Fhttpd.git Add a short note about the AcceptMutex patch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484634 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 609af8d258e..4cc525f605a 100644 --- a/STATUS +++ b/STATUS @@ -249,6 +249,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1/-.9: 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. * rotatelogs: Produce useful error messages for open() failures. PR 39487