]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Cast vote, and correctly attribute thread locking callback patch
authorSander Temme <sctemme@apache.org>
Tue, 1 May 2007 14:37:33 +0000 (14:37 +0000)
committerSander Temme <sctemme@apache.org>
Tue, 1 May 2007 14:37:33 +0000 (14:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@534105 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 411a3fba238606fa0afa2ff12f91d4ec7e241f79..5a51783900331b32cc95544982196814feb71146 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -130,6 +130,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     * mod_ssl: Move thread locking upcall initialization before
       hardware library initialization, so hardware library can use
       these upcalls when run in a threaded MPM. Fixes PR 20951. 
+      [adunn at ncipher.com]
 
       http://people.apache.org/~sctemme/2.0.x-ssl_engine_init.c.patch
       
@@ -162,7 +163,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       (This was already committed to 2.2.x, and the reports persist.)
         http://issues.apache.org/bugzilla/show_bug.cgi?id=12355
       Patch; http://issues.apache.org/bugzilla/attachment.cgi?id=16495
-      +1: wrowe, rpluem
+      +1: wrowe, rpluem, sctemme
 
     * mod_cgi and mod_cgid: Don't use apr_status_t error return
       from input filters as HTTP return value from the handler.