]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
2 votes, 1 promotion.
authorYann Ylavic <ylavic@apache.org>
Tue, 14 Jan 2025 11:33:12 +0000 (11:33 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 14 Jan 2025 11:33:12 +0000 (11:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1923127 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a39946eb2b5c80e603631e473c65c4c0ce7853a8..750babc126e32cf5f460c8c9e23d936f41e52a79 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -157,6 +157,19 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) Easy patches: synch 2.4.x and trunk
+        - ab: Increase MAX_CONCURRENCY hard limit (from 20K to 200K)
+        - ab: Fix X509 * leak
+        - dav/fs/dbm.c: Remove error message references to "property" databases
+        - httpd.h: Fix comment
+     trunk patch:
+        - https://svn.apache.org/r1910518
+          https://svn.apache.org/r1910847
+          https://svn.apache.org/r1912477
+          https://svn.apache.org/r1918297
+     2.4.x patch: svn merge -c 1910518,1910847,1912477,1918297 ^/httpd/httpd/trunk .
+     +1: jailletc36, jim, ylavic
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -170,25 +183,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: ivan
      +0: jorton - falls under RTC exception for "non-Unix build"
 
-  *) Easy patches: synch 2.4.x and trunk
-        - ab: Increase MAX_CONCURRENCY hard limit (from 20K to 200K)
-        - ab: Fix X509 * leak
-        - dav/fs/dbm.c: Remove error message references to "property" databases
-        - httpd.h: Fix comment
-     trunk patch:
-        - https://svn.apache.org/r1910518
-          https://svn.apache.org/r1910847
-          https://svn.apache.org/r1912477
-          https://svn.apache.org/r1918297
-     2.4.x patch: svn merge -c 1910518,1910847,1912477,1918297 ^/httpd/httpd/trunk .
-     +1: jailletc36, jim
-
   *) Do not add a space before '|' when setting the value for stickysession in the
      balancer manager as this breaks the stickysession configuration once a new
      configuration is submitted by the balancer manager. PR: 69510
      trunk patch: https://svn.apache.org/r1923101
      2.4.x patch: svn merge -c 1923101 ^/httpd/httpd/trunk .
-     +1: jim
+     +1: jim, ylavic
 
 
 PATCHES/ISSUES THAT ARE BEING WORKED