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 2016/12/05 14:31:27 UTC

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

Author: jim
Date: Mon Dec  5 14:31:27 2016
New Revision: 1772677

URL: http://svn.apache.org/viewvc?rev=1772677&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=1772677&r1=1772676&r2=1772677&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Dec  5 14:31:27 2016
@@ -117,6 +117,16 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) Propose default strict RFC7230 behavior, and HttpProtocolOptions directive
+     to relax or further constrain some behaviors.
+     trunk patches: too numerous to list, see 
+       svn log --stop-on-copy http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict/
+     2.4.x patch: see
+       svn diff -r1767912:HEAD http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict/
+       Last updated: 1 Dec with a missing element of http_filters.c
+     When testing, revert;
+       http://svn.apache.org/r1772339 
+     +1: wrowe, covener, jim
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -140,17 +150,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: jim
 
-  *) Propose default strict RFC7230 behavior, and HttpProtocolOptions directive
-     to relax or further constrain some behaviors.
-     trunk patches: too numerous to list, see 
-       svn log --stop-on-copy http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict/
-     2.4.x patch: see
-       svn diff -r1767912:HEAD http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict/
-       Last updated: 1 Dec with a missing element of http_filters.c
-     When testing, revert;
-       http://svn.apache.org/r1772339 
-     +1: wrowe, covener, jim
-
   *) mod_ratelimit: Allow for initial burst of data before we start
      throttling: PR 60145
      trunk patches: