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 2021/03/06 14:56:29 UTC

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

Author: ylavic
Date: Sat Mar  6 14:56:28 2021
New Revision: 1887263

URL: http://svn.apache.org/viewvc?rev=1887263&view=rev
Log:
Votes. [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=1887263&r1=1887262&r2=1887263&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Mar  6 14:56:28 2021
@@ -148,9 +148,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1874674 ^/httpd/httpd/trunk .
      +1: jailletc36, ylavic, covener 
 
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
  *) "[mod_dav_fs etag handling] should really honor the FileETag setting".
      - It now does.
      - Add "Digest" to FileETag directive, allowing a strong ETag to be
@@ -173,7 +170,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                 http://svn.apache.org/r1879541
                 http://svn.apache.org/r1879548
     2.4.x patch https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-etag2.patch
-    +1: minfrin, jim
+    +1: minfrin, jim, ylavic
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
 
  *) Add dav_get_provider(), dav_open_lockdb(), dav_close_lockdb() and
     dav_get_resource() to mod_dav.h.
@@ -181,6 +181,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  http://svn.apache.org/r1879466
     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-dav-functions2.patch
     +1: minfrin
+    ylavic: patch is 404
 
   *) mod_http2: explicitely apr_thread_exit() at the end of slot_run(), and
                 fix workers synchronization on pchild cleanup.
@@ -199,7 +200,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        out to the client. This fixes interop issues with certain flavours of gRPC, see
        also <https://github.com/icing/mod_h2/issues/207>.
      PR: https://github.com/apache/httpd/pull/175
-     +1: icing
+     +1: icing, ylavic,
 
   *) mod_lua: Support Lua 5.4 and use pkg-config to detect Lua
      properly on Debian systems.
@@ -208,7 +209,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1880743
      2.4.x patch: svn merge -c 1826206,1880678,1880743 ^/httpd/httpd/trunk .
      PR: https://github.com/apache/httpd/pull/176
-     +1: jorton, 
+     +1: jorton, ylavic,
 
   *) mod_unique_id: Fix potential duplicated ID generation under heavy load.
      PR 65159
@@ -216,13 +217,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1887245
      2.4.x patch: svn merge -c 1887244,1887245 ^/httpd/httpd/trunk .
                   https://bz.apache.org/bugzilla/attachment.cgi?id=37749
-     +1: jailletc36,
+     +1: jailletc36, ylavic
 
   *) mod_proxy_http: Fix a potential random memory corruption issue
      PR 64234
      trunk patch: https://svn.apache.org/r1875353
      2.4.x patch: https://bz.apache.org/bugzilla/show_bug.cgi?id=64234#c2
-     +1:
+     +1: ylavic,
      jailletc36: if applied on 2.4.x, a CHANGES entry should be added