You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2021/01/16 13:26:45 UTC

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

Author: minfrin
Date: Sat Jan 16 13:26:45 2021
New Revision: 1885568

URL: http://svn.apache.org/viewvc?rev=1885568&view=rev
Log:
Vote, then 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=1885568&r1=1885567&r2=1885568&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Jan 16 13:26:45 2021
@@ -138,6 +138,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) core: Correctly strip unwanted headers on 304 response
+     Trunk version of patch:
+        http://svn.apache.org/r1881590
+        http://svn.apache.org/r1881624
+     +1: ylavic, covener, minfrin
+
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -209,8 +216,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Trunk version of patch:
         http://svn.apache.org/r1881590
         http://svn.apache.org/r1881624
-     +1: ylavic, covener
-     ylavic: +1 with CHANGES entry
+     +1: ylavic, covener, minfrin
 
   [ start of series (staged/cumulative patches) ]
   *) mod_proxy_http: Fix 100-continue deadlock for spooled request bodies. BZ 63855.