]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, then promote.
authorGraham Leggett <minfrin@apache.org>
Sat, 16 Jan 2021 13:26:45 +0000 (13:26 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 16 Jan 2021 13:26:45 +0000 (13:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1885568 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index dc7b0b192210407a8af0bed7418f635b2b3eb97c..e20d3ed7d0e0b63d01093c8e4a23c6da0f8a95cf 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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.