]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Promote
authorJim Jagielski <jim@apache.org>
Tue, 4 Sep 2007 11:31:37 +0000 (11:31 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 4 Sep 2007 11:31:37 +0000 (11:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@572624 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6e2352cd1a457b61713639b14b2887be41c9c459..2a0d71851cd46f3c029be8f39ef51f4a30a4eb13 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -80,38 +80,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
 
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-
-   * mod_authn_dbd: Export any additional columns queried in the SQL select
-     into the environment with the name AUTHENTICATE_<COLUMN>. This brings
-     mod_authn_dbd behaviour in line with mod_authnz_ldap.
-     Trunk: http://svn.apache.org/viewvc?view=rev&revision=466865
-            http://svn.apache.org/viewvc?view=rev&revision=571798
-            http://svn.apache.org/viewvc?view=rev&revision=571804
-     +1: minfrin
-     rpluem says: r466865 has a conflict in modules/aaa/mod_auth.h
-                  r571804 has a conflict in docs/manual/mod/mod_authnz_ldap.xml
-                  Without r571838 the documentation for mod_authn_dbd fails
-                  to build.
-
-    * multiple files,  Trivial cleanups
-      PR: 39518 - Christophe JAILLET
-      http://svn.apache.org/viewvc?view=rev&revision=557837
-      http://svn.apache.org/viewvc?view=rev&revision=557972
-      +1: rpluem
-      niq: this isn't a straight backport (which is why I dropped it).
-      +1 for core, modules/dav, modules/filters, and modules/ssl
-      Not Applicable to modules/aaa
-
-   * mod_include: Add an "if" directive syntax to test whether an URL
-     is accessible, and if so, conditionally display content. This
-     allows a webmaster to hide a link to a private page when the user
-     has no access to that page.
-     http://svn.apache.org/viewvc?view=rev&revision=571872
-     http://svn.apache.org/viewvc?view=rev&revision=571927
-     http://svn.apache.org/viewvc?view=rev&revision=572136
-     +1: minfrin
-
     * mod_cache: Remove expired content from cache that cannot be revalidated.
       PR 30370.
       Trunk version of patch:
@@ -146,6 +114,39 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          Trunk version of patch works
       +1: rpluem, fielding, jim
 
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+
+   * mod_authn_dbd: Export any additional columns queried in the SQL select
+     into the environment with the name AUTHENTICATE_<COLUMN>. This brings
+     mod_authn_dbd behaviour in line with mod_authnz_ldap.
+     Trunk: http://svn.apache.org/viewvc?view=rev&revision=466865
+            http://svn.apache.org/viewvc?view=rev&revision=571798
+            http://svn.apache.org/viewvc?view=rev&revision=571804
+     +1: minfrin
+     rpluem says: r466865 has a conflict in modules/aaa/mod_auth.h
+                  r571804 has a conflict in docs/manual/mod/mod_authnz_ldap.xml
+                  Without r571838 the documentation for mod_authn_dbd fails
+                  to build.
+
+    * multiple files,  Trivial cleanups
+      PR: 39518 - Christophe JAILLET
+      http://svn.apache.org/viewvc?view=rev&revision=557837
+      http://svn.apache.org/viewvc?view=rev&revision=557972
+      +1: rpluem
+      niq: this isn't a straight backport (which is why I dropped it).
+      +1 for core, modules/dav, modules/filters, and modules/ssl
+      Not Applicable to modules/aaa
+
+   * mod_include: Add an "if" directive syntax to test whether an URL
+     is accessible, and if so, conditionally display content. This
+     allows a webmaster to hide a link to a private page when the user
+     has no access to that page.
+     http://svn.apache.org/viewvc?view=rev&revision=571872
+     http://svn.apache.org/viewvc?view=rev&revision=571927
+     http://svn.apache.org/viewvc?view=rev&revision=572136
+     +1: minfrin
+
 PATCHES/ISSUES THAT ARE STALLED
 
     * mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability