You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2008/09/16 22:57:31 UTC

svn commit: r696053 - /httpd/httpd/branches/2.2.x/STATUS

Author: rpluem
Date: Tue Sep 16 13:57:31 2008
New Revision: 696053

URL: http://svn.apache.org/viewvc?rev=696053&view=rev
Log:
* Promote

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=696053&r1=696052&r2=696053&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Sep 16 13:57:31 2008
@@ -92,6 +92,62 @@
    http://svn.apache.org/viewvc?rev=639010&view=rev (mmn)
    +1: niq, rpluem, mturk
 
+ * mod_proxy_ftp: Build a correct Base HRef for directory listings in the
+    reverse proxy case.
+    Trunk version of patch:
+       http://svn.apache.org/viewvc?rev=681190&view=rev
+    Backport version for 2.2.x of patch:
+       Trunk version of patch works
+    +1: rpluem, jim, jerenkrantz
+
+ * mod_proxy: Add the possibility to set a separate connection timeout for
+   backend workers.
+   PR: 45445
+    Trunk version of patch:
+       http://svn.apache.org/viewvc?rev=684341&view=rev
+    Backport version for 2.2.x of patch:
+       Trunk version of patch works, but 
+       http://people.apache.org/~rpluem/patches/37770_2.2.x.diff
+       fixes a conflict regarding the needed minor bump.
+    +1: rpluem, jim, jerenkrantz
+
+ * mod_proxy_balancer: Allow for treatment of ';' char as a session
+   deliminator/separator, ala mod_jk.
+   PR: 45158
+    Trunk version of patch:
+       http://svn.apache.org/viewvc?rev=686809&view=rev
+       http://svn.apache.org/viewvc?rev=687754&view=rev
+    Backport version for 2.2.x of patch:
+       http://people.apache.org/~jim/patches/scolon-proxy.patch.txt
+    +1: jim, rpluem, jerenkrantz
+
+ * mod_authn_alias: Propogate a NULL get_realm_hash() implementation 
+   from AuthnProviderAlias back to mod_auth_digest. This moves detection
+   of an incompatible-with-digest provider to a startup error.
+   PR 45196
+    Trunk version of patch:
+       http://svn.apache.org/viewvc?rev=678949&view=rev
+    Backport version for 2.2.x of patch:
+       http://people.apache.org/~covener/2.2.x-auth_alias_digest.diff 
+   +1: covener, rpluem, jerenkrantz
+
+ * mod_substitute: Allow empty substitute patterns (to remove data from the
+   stream), but disallow empty search patterns.
+   Trunk version of patches:
+      http://svn.apache.org/viewvc?rev=693727&view=rev
+      http://svn.apache.org/viewvc?rev=693728&view=rev
+   Backport version for 2.2.x of patch:
+       Trunk version of patches works
+   +1: rpluem, covener, jerenkrantz
+
+ * mod_proxy_ajp: If CPING fails retry once more with a fresh TCP connection.
+   If this fails as well give up.
+   Trunk version of patches:
+      http://svn.apache.org/viewvc?rev=693392&view=rev
+   Backport version for 2.2.x of patch:
+       Trunk version of patches works
+   +1: rpluem, covener, jerenkrantz
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -152,35 +208,6 @@
    +1: chrisd
    -0: jim (would prefer to see in 2.4, and to push 2.4 out)
 
- * mod_proxy_ftp: Build a correct Base HRef for directory listings in the
-    reverse proxy case.
-    Trunk version of patch:
-       http://svn.apache.org/viewvc?rev=681190&view=rev
-    Backport version for 2.2.x of patch:
-       Trunk version of patch works
-    +1: rpluem, jim, jerenkrantz
-
- * mod_proxy: Add the possibility to set a separate connection timeout for
-   backend workers.
-   PR: 45445
-    Trunk version of patch:
-       http://svn.apache.org/viewvc?rev=684341&view=rev
-    Backport version for 2.2.x of patch:
-       Trunk version of patch works, but 
-       http://people.apache.org/~rpluem/patches/37770_2.2.x.diff
-       fixes a conflict regarding the needed minor bump.
-    +1: rpluem, jim, jerenkrantz
-
- * mod_proxy_balancer: Allow for treatment of ';' char as a session
-   deliminator/separator, ala mod_jk.
-   PR: 45158
-    Trunk version of patch:
-       http://svn.apache.org/viewvc?rev=686809&view=rev
-       http://svn.apache.org/viewvc?rev=687754&view=rev
-    Backport version for 2.2.x of patch:
-       http://people.apache.org/~jim/patches/scolon-proxy.patch.txt
-    +1: jim, rpluem, jerenkrantz
-
  * mod_proxy_balancer: Add in new bybusyness LB method.
     Trunk version of patch:
        http://svn.apache.org/viewvc?rev=686805&view=rev
@@ -189,16 +216,6 @@
        Trunk version of patch works
     +1: rpluem, jerenkrantz
 
- * mod_authn_alias: Propogate a NULL get_realm_hash() implementation 
-   from AuthnProviderAlias back to mod_auth_digest. This moves detection
-   of an incompatible-with-digest provider to a startup error.
-   PR 45196
-    Trunk version of patch:
-       http://svn.apache.org/viewvc?rev=678949&view=rev
-    Backport version for 2.2.x of patch:
-       http://people.apache.org/~covener/2.2.x-auth_alias_digest.diff 
-   +1: covener, rpluem, jerenkrantz
-
  * mod_ssl: implement dynamic mutex callbacks for OpenSSL.  This
    locking infrastructure is currently only used by the chil plugin,
    and this plugin won't load into OpenSSL 0.9.8 if these upcalls
@@ -211,23 +228,6 @@
    http://people.apache.org/~sctemme/httpd-2.2.x-ssl-upcalls.diff
    +1: rpluem, jerenkrantz
 
- * mod_substitute: Allow empty substitute patterns (to remove data from the
-   stream), but disallow empty search patterns.
-   Trunk version of patches:
-      http://svn.apache.org/viewvc?rev=693727&view=rev
-      http://svn.apache.org/viewvc?rev=693728&view=rev
-   Backport version for 2.2.x of patch:
-       Trunk version of patches works
-   +1: rpluem, covener, jerenkrantz
-
- * mod_proxy_ajp: If CPING fails retry once more with a fresh TCP connection.
-   If this fails as well give up.
-   Trunk version of patches:
-      http://svn.apache.org/viewvc?rev=693392&view=rev
-   Backport version for 2.2.x of patch:
-       Trunk version of patches works
-   +1: rpluem, covener, jerenkrantz
-
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when