You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2019/03/12 14:10:24 UTC

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

Author: ylavic
Date: Tue Mar 12 14:10:24 2019
New Revision: 1855328

URL: http://svn.apache.org/viewvc?rev=1855328&view=rev
Log:
Vote, 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=1855328&r1=1855327&r2=1855328&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Mar 12 14:10:24 2019
@@ -126,6 +126,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_dav: Fix a potential use after free
+     trunk patch: https://svn.apache.org/r1842010
+     2.4.x patch: svn merge -c 1842010 ^/httpd/httpd/trunk .
+     +1: jailletc36, icing, ylavic
+     jailletc36: could worth a CHANGE entry as it could fix some use after free or
+     garbage returned to the client
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -198,13 +205,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1850745 ^/httpd/httpd/trunk .
      +1: jim
 
-  *) mod_dav: Fix a potential use after free
-     trunk patch: https://svn.apache.org/r1842010
-     2.4.x patch: svn merge -c 1842010 ^/httpd/httpd/trunk .
-     +1: jailletc36, icing
-     jailletc36: could worth a CHANGE entry as it could fix some use after free or
-     garbage returned to the client
-
   *) mod_proxy_http: forward 100-continue, and minimize race conditions when
      reusing backend connections. PR 60330.
      trunk patch: http://svn.apache.org/r1656259
@@ -249,7 +249,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      icing: please add r1853967 to this to keep h2 working with this change. if added, +1 
 
   *) mod_cache_socache: Avoid reallocations and be safe with outgoing data
-     lifetime. [Yann Ylavic]
+     lifetime.
      trunk patch: http://svn.apache.org/r1853874
                   http://svn.apache.org/r1853938 (CHANGES entry)
      2.4.x patch: svn merge -c 1853874,1853938 ^/httpd/httpd/trunk .
@@ -261,7 +261,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch: http://svn.apache.org/r1852038
                   http://svn.apache.org/r1852101
      2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/h2-slave-keepalives.patch
-     +1: icing
+     +1: icing, ylavic
 
   *) mod_http2/mod_proxy_http2: backport of v1.14.1. Fixes several important bugs and adds
      some requested new features (and some I made up). See patched CHANGES for all details.