]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add proposal
authorRuediger Pluem <rpluem@apache.org>
Tue, 3 Jun 2025 15:47:55 +0000 (15:47 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 3 Jun 2025 15:47:55 +0000 (15:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1926094 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c1b66db54d5731dc7c031b57166491cc762263a6..51fc44866b228114706342420780e781d4411c1a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -250,6 +250,14 @@ PATCHES/ISSUES THAT ARE BEING WORKED
                  undefined otherwise.
      rpluem says: Good catch. Added r1926091 and reset votes.
 
+  *) scoreboard.c: Fix variable declaration warning in scoreboard.c
+     Trunk version of patch:
+        https://svn.apache.org/r1923806
+     Backport version for 2.4.x of patch:
+      Trunk version of patch works
+      svn merge -c 1923806 ^/httpd/httpd/trunk .
+     +1: rpluem,
+
 PATCHES/ISSUES THAT ARE STALLED
 
   *) core: avoid duplicate headers when using ap_send_error_response.