]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose an EBCDIC backport
authorEric Covener <covener@apache.org>
Thu, 8 Jan 2009 21:45:21 +0000 (21:45 +0000)
committerEric Covener <covener@apache.org>
Thu, 8 Jan 2009 21:45:21 +0000 (21:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@732834 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ebb667a928838de4fa02517ea0c8d813f41f081d..f896d9cfcf70daecd1ee11fafea7d96abaa02b41 100644 (file)
--- 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).