You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2020/12/11 15:10:40 UTC

svn commit: r1884325 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Fri Dec 11 15:10:40 2020
New Revision: 1884325

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

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

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1884325&r1=1884324&r2=1884325&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Dec 11 15:10:40 2020
@@ -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