You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2021/04/17 17:57:00 UTC

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

Author: jailletc36
Date: Sat Apr 17 17:56:59 2021
New Revision: 1888866

URL: http://svn.apache.org/viewvc?rev=1888866&view=rev
Log:
Propose

[skip ci]

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=1888866&r1=1888865&r2=1888866&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Apr 17 17:56:59 2021
@@ -183,6 +183,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) modules/http/http_core.c server/protocol.c:
      Make sure that conn->keepalive is NOT reset after being set in ap_read_request().
      trunk patch: http://svn.apache.org/r1887999
+     2.4.x patch: svn merge -c 1887999 ^/httpd/httpd/trunk .
      +1: jfclere
 
   *) mod_http2: fixes a race when checking short responses with
@@ -193,6 +194,28 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1888087 ^/httpd/httpd/trunk .
      +1: icing, rpluem
 
+  *) mod_socache_shmcb: be safe from socache_shmcb_destroy() late call.  PR 59798
+     trunk patch: http://svn.apache.org/r1888266
+     2.4.x patch: svn merge -c 1888266 ^/httpd/httpd/trunk .
+     +1: 
+
+  *) mod_cgid: Register cleanup for socket earlier to avoid possible leaks on
+     error paths
+     trunk patch: http://svn.apache.org/r1887727
+     2.4.x patch: svn merge -c 1887727 ^/httpd/httpd/trunk .
+     +1: 
+
+  *) mod_xml2enc: Correctly handle Microsoft OOXML documents.  PR 64339
+     trunk patch: http://svn.apache.org/r1884505
+     2.4.x patch: svn merge -c 1884505 ^/httpd/httpd/trunk .
+     +1: 
+     jailletc36: there has been some discussion about how to fix the issue.
+     I'm not sure that the commit above is the best solution
+     and other alternatives have been discussed in PR 64339.  If rr1884505
+     is not the right fix, then it should be removed from trunk.
+     Putting it here is a way to revive the discussion
+
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]