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

STATUS

diff --git a/STATUS b/STATUS
index 51fc44866b228114706342420780e781d4411c1a..6de0b0ba4db37b01c339eff780f0d16c05af4e41 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -203,31 +203,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   (backport: dev-tools/github/apply_backport_pr.sh 532)
      +1: ylavic, jfclere
 
-
-PATCHES/ISSUES THAT ARE BEING WORKED
-  [ New entries should be added at the START of the list ]
-
-  *) core: Initialize the request fields on read failure to avoid NULLs.
-     trunk patch: http://svn.apache.org/r1893030
-                  http://svn.apache.org/r1893044
-     2.4.x patch: svn merge -c 1893030,1893044 ^/httpd/httpd/trunk .
-     +1: ylavic,
-     ylavic: still being discussed on dev@
-
-  *) http: Don't remove the Content-Length of zero from a HEAD response if
-     it comes from an origin server, module or script. Allow the previous
-     behaviour (for legacy/buggy modules only, not origin) by also backporting
-     the HttpContentLengthHeadZero directive (and also HttpExpectStrict which
-     comes for free with the same commit).
-     trunk patch: http://svn.apache.org/r1554303
-                  http://svn.apache.org/r1678215
-     2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-preserve_head_cl_zero.patch
-     +1: ylavic, jim
-     ylavic: r1554303 issued a major MMN bump, but since the ABI change is two
-             ints added at the end of core_server_config, the proposed merge
-             does a minor bump only.
-     minfrin: Two new directives need to be documented.
-
   *) mod_systemd: Add systemd socket activation
      Trunk version of patch:
         https://svn.apache.org/r1511033
@@ -258,6 +233,30 @@ PATCHES/ISSUES THAT ARE BEING WORKED
       svn merge -c 1923806 ^/httpd/httpd/trunk .
      +1: rpluem,
 
+PATCHES/ISSUES THAT ARE BEING WORKED
+  [ New entries should be added at the START of the list ]
+
+  *) core: Initialize the request fields on read failure to avoid NULLs.
+     trunk patch: http://svn.apache.org/r1893030
+                  http://svn.apache.org/r1893044
+     2.4.x patch: svn merge -c 1893030,1893044 ^/httpd/httpd/trunk .
+     +1: ylavic,
+     ylavic: still being discussed on dev@
+
+  *) http: Don't remove the Content-Length of zero from a HEAD response if
+     it comes from an origin server, module or script. Allow the previous
+     behaviour (for legacy/buggy modules only, not origin) by also backporting
+     the HttpContentLengthHeadZero directive (and also HttpExpectStrict which
+     comes for free with the same commit).
+     trunk patch: http://svn.apache.org/r1554303
+                  http://svn.apache.org/r1678215
+     2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-preserve_head_cl_zero.patch
+     +1: ylavic, jim
+     ylavic: r1554303 issued a major MMN bump, but since the ABI change is two
+             ints added at the end of core_server_config, the proposed merge
+             does a minor bump only.
+     minfrin: Two new directives need to be documented.
+
 PATCHES/ISSUES THAT ARE STALLED
 
   *) core: avoid duplicate headers when using ap_send_error_response.