From: Sander Temme Date: Tue, 1 May 2007 14:37:33 +0000 (+0000) Subject: Cast vote, and correctly attribute thread locking callback patch X-Git-Tag: 2.0.60~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7daf90b1d81d57c3152ae22cdc9a5c63b5f7d1f4;p=thirdparty%2Fapache%2Fhttpd.git Cast vote, and correctly attribute thread locking callback patch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@534105 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 411a3fba238..5a517839003 100644 --- 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.