You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2018/10/10 15:35:04 UTC

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

Author: jim
Date: Wed Oct 10 15:35:03 2018
New Revision: 1843466

URL: http://svn.apache.org/viewvc?rev=1843466&view=rev
Log:
approved backports


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=1843466&r1=1843465&r2=1843466&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Oct 10 15:35:03 2018
@@ -124,6 +124,30 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_brotli, mod_deflate: Restore the separate handling of 304 Not Modified
+     responses allowing these modules to properly set or fix-up the response
+     headers such as Vary or ETag. Fixes a potential violation of RFC7232, 4.1.
+     Regression introduced in 2.4.35.
+     trunk patch: https://svn.apache.org/r1843242
+     2.4.x patch: svn merge -c 1843242 ^/httpd/httpd/trunk .
+     Note: The related discussion is in
+       https://lists.apache.org/thread.html/f5733ca6743757e8aa8b58a0cd9e27680971551c2a20f5606c66507e@%3Cdev.httpd.apache.org%3E
+     Note: Presumably, this needs a separate CHANGES entry that is not included
+     in the 2.4.x patch.
+     +1: kotkov, ylavic, jim
+
+  *) mod_proxy_scgi, mod_proxy_uwsgi: These need to be signed longs otherwise,
+     the error handling code can never trigger.
+     trunk patch: http://svn.apache.org/r1839303
+                  http://svn.apache.org/r1843290 (CHANGES entry)
+     2.4.x patch: svn merge -c 1839303,1843290 ^/httpd/httpd/trunk . 
+     +1: jailletc36 (by inspection), ylavic, jim
+
+  *) mod_http2: fixing an issue that h2 stream do not properly EOS when
+     the bucket is missing in the handler response.
+     trunk patch: http://svn.apache.org/r1843426
+     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/h2-eos-fix.patch
+     +1: icing, ylavic, jim
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -176,31 +200,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: http://home.apache.org/~jim/patches/socache_redisv2.patch
       +1: jim, minfrin
 
-  *) mod_brotli, mod_deflate: Restore the separate handling of 304 Not Modified
-     responses allowing these modules to properly set or fix-up the response
-     headers such as Vary or ETag. Fixes a potential violation of RFC7232, 4.1.
-     Regression introduced in 2.4.35.
-     trunk patch: https://svn.apache.org/r1843242
-     2.4.x patch: svn merge -c 1843242 ^/httpd/httpd/trunk .
-     Note: The related discussion is in
-       https://lists.apache.org/thread.html/f5733ca6743757e8aa8b58a0cd9e27680971551c2a20f5606c66507e@%3Cdev.httpd.apache.org%3E
-     Note: Presumably, this needs a separate CHANGES entry that is not included
-     in the 2.4.x patch.
-     +1: kotkov, ylavic, jim
-
-  *) mod_proxy_scgi, mod_proxy_uwsgi: These need to be signed longs otherwise,
-     the error handling code can never trigger.
-     trunk patch: http://svn.apache.org/r1839303
-                  http://svn.apache.org/r1843290 (CHANGES entry)
-     2.4.x patch: svn merge -c 1839303,1843290 ^/httpd/httpd/trunk . 
-     +1: jailletc36 (by inspection), ylavic, jim
-
-  *) mod_http2: fixing an issue that h2 stream do not properly EOS when
-     the bucket is missing in the handler response.
-     trunk patch: http://svn.apache.org/r1843426
-     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/h2-eos-fix.patch
-     +1: icing, ylavic, jim
-
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]