]> granicus.if.org Git - apache/commitdiff
Summary: vote/promote mod_deflate input filter fix
authorJeff Trawick <trawick@apache.org>
Fri, 18 Mar 2016 16:50:30 +0000 (16:50 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 18 Mar 2016 16:50:30 +0000 (16:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1735639 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 75fc4e5a9d8134438c246eb5b6207a3fee73b0ae..71f7d9140ff39aee4280798bd57f27126acb4a8f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -129,6 +129,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      rpluem says: Can we get an updated 2.4.x proposal that includes r1723295?
      ylavic: r1723295 + CHANGES entry now included => votes reset
 
+  *) mod_deflate: follow up to r1619444 (and to r1619383). (backported in r1669555)
+                  Fix counting of inflated bytes in deflate_in_filter() when
+                  asked to flush
+     trunk patch: http://svn.apache.org/r1619483
+     2.4.x patch: trunk works
+     +1: ylavic, icing, trawick
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -156,13 +163,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              (shellshock) with unix-like shells (or even maybe native windows
              ones too)? 
 
-  *) mod_deflate: follow up to r1619444 (and to r1619383). (backported in r1669555)
-                  Fix counting of inflated bytes in deflate_in_filter() when
-                  asked to flush
-     trunk patch: http://svn.apache.org/r1619483
-     2.4.x patch: trunk works
-     +1: ylavic, icing
-
   *) mod_ssl: Add "no_crl_for_cert_ok" flag to SSLCARevocationCheck directive
      to opt-in previous behaviour (2.2) with CRLs verification when checking
      certificate(s) with no corresponding CRL.