]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Promote.
authorYann Ylavic <ylavic@apache.org>
Fri, 11 Dec 2020 15:10:40 +0000 (15:10 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 11 Dec 2020 15:10:40 +0000 (15:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1884325 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c11a3fb97dd967b9fd77783603668d361e692bbe..f402c436d7abc1f0a285d297e015ffbdf2772291 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -145,6 +145,11 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
     Backport version for 2.4.x of patch:
      +1: jailletc36, giovanni, ylavic
 
+  *) mod_unique_id: Use base64url encoding for UNIQUE_ID
+     trunk patch: https://svn.apache.org/r1883947
+     2.4.x patch: svn merge -c 1883947 ^/httpd/httpd/trunk .
+     +1: jorton, ylavic, covener 
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -219,11 +224,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: ylavic, covener
      ylavic: +1 with CHANGES entry
 
-  *) mod_unique_id: Use base64url encoding for UNIQUE_ID
-     trunk patch: https://svn.apache.org/r1883947
-     2.4.x patch: svn merge -c 1883947 ^/httpd/httpd/trunk .
-     +1: jorton, ylavic, covener 
-
   *) mod_proxy_http: Fix 100-continue deadlock for spooled request bodies,
      leading to Request Timeout (408). PR 63855.
      trunk patch: https://svn.apache.org/r1769760