]> granicus.if.org Git - apache/commitdiff
ipromote
authorJim Jagielski <jim@apache.org>
Mon, 11 Mar 2013 16:30:40 +0000 (16:30 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 11 Mar 2013 16:30:40 +0000 (16:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1455217 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2159b6bf35f65b57e9bc05f999edbe5a0469b3cf..2a9a0c1a9bd4e6834dd2a3213994b771bbc7e7fd 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -90,52 +90,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
-
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
-
-   * mod_proxy: Allow balancers and ProxyPass to be server-specific, as
-     they should have been. Inheritance causes too many behind-the-scene
-     interactions to be reliable in a dynamic environ. We maintain the
-     old-default of inheritance.
-     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1387603
-                  http://svn.apache.org/viewvc?view=revision&revision=1388029
-                  http://svn.apache.org/viewvc?view=revision&revision=1420124
-                  http://svn.apache.org/viewvc?view=revision&revision=1421288
-                  http://svn.apache.org/viewvc?view=revision&revision=1421912
-                  http://svn.apache.org/viewvc?view=revision&revision=1422943
-                  http://svn.apache.org/viewvc?view=revision&revision=1422980
-                  http://svn.apache.org/viewvc?view=revision&revision=1430575
-                  http://svn.apache.org/viewvc?view=revision&revision=1439404
-     2.4.x patch: http://people.apache.org/~jim/patches/proxypassinherit-v2.patch
-     +1: jim, druggeri
-     rjung: directive help text describes "on" and then says: "(Not recommended if
-            using the Balancer Manager)". Since "on" is the default, should we probably
-            say "(Setting to Off recommended if using the Balancer Manager)"?
-
-  * mod_ssl: add support for subjectAltName-based host name checking
-    in proxy mode (PR 54030)
-    trunk patch: https://svn.apache.org/viewvc?view=revision&revision=r1425874
-                 https://svn.apache.org/viewvc?view=revision&revision=r1426850
-    2.4.x patch: trunk patch works (modulo CHANGES and next-number)
-    +1: kbrand
-
-  * mod_authnz_ldap: Allow using exec: callouts like SSLPassphraseDialog
-    for AuthLDAPBindPassword.
-    trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1433478
-    2.4.x patch: http://people.apache.org/~druggeri/patches/AuthLDAPBindPasswordExec-2.4.patch
-                 (20130119 - updated to include minor mmn bump)
-    +1: druggeri, jim
-    covener: minor MMM bump?  (Thanks for reminder. This is done. -druggeri)
-
-  * mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emits
-    in the error log to debug level.  [William Rowe]
-    trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1447993
-    2.4.x patch: trunk patch applies.
-    +1: wrowe, covener
-
   * mod_heartmonitor/mod_lbmethod_heartbeat: Respect DefaultRuntimeDir for 
     storage path; these have a directive to configure this location
     and THIS CHANGE WILL BREAK PRACTICALLY ALL EXISTING 2.4 CONFIGURATIONS
@@ -202,6 +156,52 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk patch applies with offset.
     +1: jailletc36, humbedooh, jim
     
+
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
+
+
+   * mod_proxy: Allow balancers and ProxyPass to be server-specific, as
+     they should have been. Inheritance causes too many behind-the-scene
+     interactions to be reliable in a dynamic environ. We maintain the
+     old-default of inheritance.
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1387603
+                  http://svn.apache.org/viewvc?view=revision&revision=1388029
+                  http://svn.apache.org/viewvc?view=revision&revision=1420124
+                  http://svn.apache.org/viewvc?view=revision&revision=1421288
+                  http://svn.apache.org/viewvc?view=revision&revision=1421912
+                  http://svn.apache.org/viewvc?view=revision&revision=1422943
+                  http://svn.apache.org/viewvc?view=revision&revision=1422980
+                  http://svn.apache.org/viewvc?view=revision&revision=1430575
+                  http://svn.apache.org/viewvc?view=revision&revision=1439404
+     2.4.x patch: http://people.apache.org/~jim/patches/proxypassinherit-v2.patch
+     +1: jim, druggeri
+     rjung: directive help text describes "on" and then says: "(Not recommended if
+            using the Balancer Manager)". Since "on" is the default, should we probably
+            say "(Setting to Off recommended if using the Balancer Manager)"?
+
+  * mod_ssl: add support for subjectAltName-based host name checking
+    in proxy mode (PR 54030)
+    trunk patch: https://svn.apache.org/viewvc?view=revision&revision=r1425874
+                 https://svn.apache.org/viewvc?view=revision&revision=r1426850
+    2.4.x patch: trunk patch works (modulo CHANGES and next-number)
+    +1: kbrand
+
+  * mod_authnz_ldap: Allow using exec: callouts like SSLPassphraseDialog
+    for AuthLDAPBindPassword.
+    trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1433478
+    2.4.x patch: http://people.apache.org/~druggeri/patches/AuthLDAPBindPasswordExec-2.4.patch
+                 (20130119 - updated to include minor mmn bump)
+    +1: druggeri, jim
+    covener: minor MMM bump?  (Thanks for reminder. This is done. -druggeri)
+
+  * mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emits
+    in the error log to debug level.  [William Rowe]
+    trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1447993
+    2.4.x patch: trunk patch applies.
+    +1: wrowe, covener
+
   * mod_cache_disk: fix merge of min/max file size by setting corresponding _set
     trunk patch: http://svn.apache.org/r1453604
     2.4.x patch: trunk patch works