]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, promote [skip ci].
authorYann Ylavic <ylavic@apache.org>
Fri, 3 Sep 2021 16:49:01 +0000 (16:49 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 3 Sep 2021 16:49:01 +0000 (16:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1892872 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c652fab31a88d8d544cb8a966a695e62a6595848..ac86f9df3f3e3ca97f48badd230e638ce5cca7be 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -173,6 +173,14 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1892805 ^/httpd/httpd/trunk .
      +1: ylavic, covener, rpluem
 
+  *) mod_http2: fixes a use-after-read of an integer value when
+       passing a stream identifier for further IO checking. A
+       non-issue since an int value matching no active stream
+       will lead to no action.
+     trunk patch: http://svn.apache.org/r1892599
+     2.4.x patch: svn merge -c 1892599 ^/httpd/httpd/trunk .
+     +1: icing, jorton, ylavic
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -205,14 +213,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
            PR: https://github.com/apache/httpd/pull/203
      +1: icing, minfrin
 
-  *) mod_http2: fixes a use-after-read of an integer value when
-       passing a stream identifier for further IO checking. A
-       non-issue since an int value matching no active stream
-       will lead to no action.
-     trunk patch: http://svn.apache.org/r1892599
-     2.4.x patch: svn merge -c 1892599 ^/httpd/httpd/trunk .
-     +1: icing, jorton
-
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]