You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2023/03/02 13:31:30 UTC

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

Author: rpluem
Date: Thu Mar  2 13:31:29 2023
New Revision: 1907970

URL: http://svn.apache.org/viewvc?rev=1907970&view=rev
Log:
* Vote and promote [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=1907970&r1=1907969&r2=1907970&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Mar  2 13:31:29 2023
@@ -150,6 +150,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_ldap: LDAPConnectionPoolTTL should accept negative values in order to
+     allow connections of any age to be reused. Up to now, a negative value
+     was handled as an error when parsing the configuration file.  PR 66421.
+     trunk patch: https://svn.apache.org/r1907024
+     2.4.x patch: svn merge -c 1907024 ^/httpd/httpd/trunk .
+     +1: jailletc36, covener, rpluem
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -166,13 +173,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: minfrin, jim,
      jailletc36: r1745033 seems related and should in included
 
-  *) mod_ldap: LDAPConnectionPoolTTL should accept negative values in order to
-     allow connections of any age to be reused. Up to now, a negative value
-     was handled as an error when parsing the configuration file.  PR 66421.
-     trunk patch: https://svn.apache.org/r1907024
-     2.4.x patch: svn merge -c 1907024 ^/httpd/httpd/trunk .
-     +1: jailletc36, covener
-
   *) mod_proxy_ajp: Report an error if the AJP backend sends an invalid number of headers
      Trunk version of patch:
         https://svn.apache.org/r1906940
@@ -188,7 +188,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        https://svn.apache.org/r1906433
      Backport version for 2.4.x:
        svn merge -c 1906428,1906433 ^/httpd/httpd/trunk .
-    +1: covener (needs doc tweak for 2.4.x release)
+    +1: covener (needs doc tweak for 2.4.x release), rpluem
 
 
 PATCHES/ISSUES THAT ARE BEING WORKED