Commit 6903c484 authored by Eric Covener's avatar Eric Covener
Browse files

vote/promote the low hanging fruit


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1818448 13f79535-47bb-0310-9956-ffa450edef68
parent 47ea9ca1
Loading
Loading
Loading
Loading
+22 −21
Original line number Diff line number Diff line
@@ -118,6 +118,26 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

  *) mpm_event: avoid a very unlikely race condition between the listener and
     the workers when the latter fails to add a connection to the pollset.
     trunk patch: http://svn.apache.org/r1809273
                  http://svn.apache.org/r1814719 (CHANGES only)
     2.4.x patch: trunk works (modulo CHANGES)
                  svn merge -c 1809273,1814719 ^/httpd/httpd/trunk .
     +1: ylavic, jim, covener

  *) core: silently ignore a not existent file path when IncludeOptional is used.
     trunk patch: http://svn.apache.org/r1814968
     2.4.x patch: trunk works (modulo CHANGES)
                  svn merge -c r1814968 ^/httpd/httpd/trunk .
     +1: elukey, jim, niq

  *) mod_md: backport of mod_ssl changes to get interworking ACME support. Needs mod_md backport propoals above to 
             find mod_md.h include file with otional functions.
     trunk revisions: 1804530,1804531,1805186,1806939,1807232,1808122
     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/mod_ssl_minimal_md.diff
     +1: icing, jorton, jim



PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -192,20 +212,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  (merge without changes to motorz)
     +1: ylavic, jim

  *) mpm_event: avoid a very unlikely race condition between the listener and
     the workers when the latter fails to add a connection to the pollset.
     trunk patch: http://svn.apache.org/r1809273
                  http://svn.apache.org/r1814719 (CHANGES only)
     2.4.x patch: trunk works (modulo CHANGES)
                  svn merge -c 1809273,1814719 ^/httpd/httpd/trunk .
     +1: ylavic, jim

  *) core: silently ignore a not existent file path when IncludeOptional is used.
     trunk patch: http://svn.apache.org/r1814968
     2.4.x patch: trunk works (modulo CHANGES)
                  svn merge -c r1814968 ^/httpd/httpd/trunk .
     +1: elukey, jim, niq

  *) mod_md: backport of ACME (Let's Encrypt) support. Needs mod_ssl backport proposal beneath to
     not only compile but do something.
     trunk revisions: 1804530,1804531,1804542,1804545,1804671,1804759,1804787,1804975,1805180,1805188,1805192,1805194,1805256,1805294,1805373,1806939,1807228,1807347,1807577,1807593,1807774,1807777,1808005,1808092,1808100,1808241,1808242,1808243,1808249,1808444,1809719,1809888,1810723,1811082,1811812,1812193,1812517,1812518,1812999,1813642,1814720,1814939,1815005,1815078,1815264,1815370,1815483,1816055,1816154,1816156 and more
@@ -215,11 +221,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         directives and improved certificate chain retrieval. Resetting votes.
     +1: icing, jim

  *) mod_md: backport of mod_ssl changes to get interworking ACME support. Needs mod_md backport propoals above to find mod_md.h include file with otional functions.
     trunk revisions: 1804530,1804531,1805186,1806939,1807232,1808122
     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/mod_ssl_minimal_md.diff
     +1: icing, jorton, jim

  *) mod_proxy_uwsgi: Add in UWSGI proxy (sub)module
     trunk patch: http://svn.apache.org/r1810358
                  http://svn.apache.org/r1810362
@@ -238,14 +239,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  *) mod_brotli.c: APR-ize uint values
     trunk patch: http://svn.apache.org/r1818278
     2.4.x patch: svn merge -c r1818278  ^/httpd/httpd/trunk . 
     +1: 
     +1:  covener 

  *) mod_proxy_html: Add HTML5 FPI, fix typo in handling legacy FPIs,
     process parsed comments immediately.  Fix PR 56457
     trunk patch: http://svn.apache.org/r1442409
                  http://svn.apache.org/r1816458
     2.4.x patch: trunk works
     +1: niq
     +1: niq, covener`
     
PATCHES/ISSUES THAT ARE BEING WORKED
  [ New entries should be added at the START of the list ]