]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
promote accepted
authorJim Jagielski <jim@apache.org>
Sat, 1 Sep 2007 12:08:08 +0000 (12:08 +0000)
committerJim Jagielski <jim@apache.org>
Sat, 1 Sep 2007 12:08:08 +0000 (12:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@571774 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f59233656a937fd79d595f5f4fcd5dce7d588410..64e7307de4d4d8e4b2b76bf27d58b33a92ec8781 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -79,6 +79,24 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * ssl/ssl_engine_io.c: Fix SSL Protocol hexdumps for EBCDIC systems
+     A conversion is required for mod_ssl to display the SSL protocol correctly
+     on EBCDIC machines. Backport of rev. 349906
+     Trunk version of patch:
+       http://svn.apache.org/viewvc?view=rev&revision=349906 from 2005-11-30
+     2.2.x version of patch:
+       http://people.apache.org/~martin/ssl_engine_io.c.349906.patch
+     +1: martin, rpluem, jim
+
+   * mod_proxy_http: Don't wait for response body in a HEAD request
+     PR 41644
+     http://svn.apache.org/viewvc?view=rev&revision=571002
+     +1: niq, rpluem, jim
+
+   * mod_proxy: Add ProxyPass status option to ignore errors
+     PR 43167
+     http://svn.apache.org/viewvc?view=rev&revision=571338
+     +1: niq, rpluem, jim
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
@@ -169,31 +187,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       trawick says: The new directives should be documented in trunk,
           so that docs are available for backport at the same time.
 
-   * ssl/ssl_engine_io.c: Fix SSL Protocol hexdumps for EBCDIC systems
-     A conversion is required for mod_ssl to display the SSL protocol correctly
-     on EBCDIC machines. Backport of rev. 349906
-     Trunk version of patch:
-       http://svn.apache.org/viewvc?view=rev&revision=349906 from 2005-11-30
-     2.2.x version of patch:
-       http://people.apache.org/~martin/ssl_engine_io.c.349906.patch
-     +1: martin, rpluem, jim
-
    * mod_proxy_connect: Fix potential proxy segfault
      PR 40756
      http://svn.apache.org/viewvc?view=rev&revision=571414
      +1: niq, jim
 
-   * mod_proxy_http: Don't wait for response body in a HEAD request
-     PR 41644
-     http://svn.apache.org/viewvc?view=rev&revision=571002
-     +1: niq, rpluem, jim
-
-   * mod_proxy: Add ProxyPass status option to ignore errors
-     PR 43167
-     http://svn.apache.org/viewvc?view=rev&revision=571338
-     +1: niq, rpluem, jim
-
-
 PATCHES/ISSUES THAT ARE STALLED
 
     * PKCS#7: backport PCKS#7 patches from trunk.