]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Promote
authorRuediger Pluem <rpluem@apache.org>
Fri, 1 Feb 2008 22:38:20 +0000 (22:38 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 1 Feb 2008 22:38:20 +0000 (22:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@617683 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e052144fee34e264eebadedd73e77c54b18509a4..0b0a7b566d5696a5568645c53f5062c8c3a55717 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -81,6 +81,25 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * configure / install: Make https port configurable.
+      Trunk version of patch:
+         http://svn.apache.org/viewvc?rev=606316&view=rev
+         http://svn.apache.org/viewvc?rev=606806&view=rev
+      Backport version for 2.2.x of patch:
+         http://people.apache.org/~fuankg/diffs/sslport.diff
+      +1: fuankg, wrowe, mturk
+      wrowe notes; Win32 is already ready for this, and there's no rush
+      to push this into the immediate next-release.
+
+  * mod_proxy: Fix processing of chunked responses if
+    Connection: Transfer-Encoding is set in the response of the
+    proxied system.  PR: 44311
+      Trunk version of patch:
+       http://svn.apache.org/viewvc?view=rev&revision=616517
+       http://svn.apache.org/viewvc?view=rev&revision=617653
+      Backport version of 2.2.x of patch:
+       Trunk version works (minus CHANGES conflict)
+    +1: jim, rpluem, mturk
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -102,16 +121,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                Better IMHO to separate releasing it from the many bugfixes
                in 2.2.7 mod_proxy.  Hence +1 for 2.2.8.
 
-   * configure / install: Make https port configurable.
-      Trunk version of patch:
-         http://svn.apache.org/viewvc?rev=606316&view=rev
-         http://svn.apache.org/viewvc?rev=606806&view=rev
-      Backport version for 2.2.x of patch:
-         http://people.apache.org/~fuankg/diffs/sslport.diff
-      +1: fuankg, wrowe, mturk
-      wrowe notes; Win32 is already ready for this, and there's no rush
-      to push this into the immediate next-release.
-
    * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).
       Trunk version of patches:
          http://svn.apache.org/viewvc?view=rev&revision=606190
@@ -154,16 +163,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        Trunk version works (minus CHANGES conflict)
     +1: 
 
-  * mod_proxy: Fix processing of chunked responses if
-    Connection: Transfer-Encoding is set in the response of the
-    proxied system.  PR: 44311
-      Trunk version of patch:
-       http://svn.apache.org/viewvc?view=rev&revision=616517
-       http://svn.apache.org/viewvc?view=rev&revision=617653
-      Backport version of 2.2.x of patch:
-       Trunk version works (minus CHANGES conflict)
-    +1: jim, rpluem, mturk
-
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when