]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote and promote
authorStefan Eissing <icing@apache.org>
Tue, 15 Aug 2023 07:41:45 +0000 (07:41 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 15 Aug 2023 07:41:45 +0000 (07:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1911690 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 242149a85348ad2a736c43b7975d3da10ec7f484..e66a0bd40620953d128a8ad9866e192554d34867 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -152,6 +152,15 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_alias: Add RedirectRelative to allow relative redirect targets to be
+     issued as-is.
+     Trunk version of patch:
+        https://svn.apache.org/r1861542
+        https://svn.apache.org/r1861569
+     Backport version for 2.4.x of patch:
+      Trunk version of patch works
+       svn merge -c 1861542,r1861569 ^/httpd/httpd/trunk .
+     +1: minfrin, covener, icing
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -203,16 +212,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         https://github.com/apache/httpd/pull/366
      +1: icing,
 
-  *) mod_alias: Add RedirectRelative to allow relative redirect targets to be
-     issued as-is.
-     Trunk version of patch:
-        https://svn.apache.org/r1861542
-        https://svn.apache.org/r1861569
-     Backport version for 2.4.x of patch:
-      Trunk version of patch works
-       svn merge -c 1861542,r1861569 ^/httpd/httpd/trunk .
-     +1: minfrin, covener
-
   *) mod_alias: Add AliasPreservePath directive to map the full path after the
      alias in a location. Requires r1861542 / r1861569 above.
      Trunk version of patch: