From: Eric Covener Date: Thu, 8 Jan 2009 21:45:21 +0000 (+0000) Subject: propose an EBCDIC backport X-Git-Tag: 2.2.12~283 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9397fa2732d09057bdecb93817b3561096dbe127;p=thirdparty%2Fapache%2Fhttpd.git propose an EBCDIC backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@732834 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index ebb667a9288..f896d9cfcf7 100644 --- a/STATUS +++ b/STATUS @@ -126,13 +126,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1 covener * Prefork MPM: Log an error instead of segfaulting when child startup fails - due to pollset creation failures. PR 46467. + due to pollset creation failures. PR 46467. Trunk version of patch: http://svn.apache.org/viewvc?rev=732414&view=rev Backport version for 2.2.x of patch: Trunk version of patch works +1: rpluem, + * core: Translate locally generated "100-Continue" messages to ASCII + on EBCDIC systems + trunk: + http://svn.apache.org/viewvc?rev=732832&view=rev + 2.2.x: + trunk works + +1 covener + PATCHES/ISSUES THAT ARE STALLED * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).