]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Move r1902366 backport proposal to correct section in STATUS file.
authorIvan Zhakov <ivan@apache.org>
Sat, 13 Jul 2024 19:55:32 +0000 (19:55 +0000)
committerIvan Zhakov <ivan@apache.org>
Sat, 13 Jul 2024 19:55:32 +0000 (19:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1919203 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3a5368092e598510976d42f3efd8f8580c93f79a..b3689bedc33bff0edeb847c9c57578e9fbbc12ce 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -218,6 +218,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: svn merge -c r1914038 ^/httpd/httpd/trunk .
       +1: minfrin
 
+  *) CMake: Use full path to gen_test_char.exe in CUSTOM_COMMAND.
+     trunk patch: http://svn.apache.org/r1902366
+     2.4.x patch: svn merge -c r1902366 ^/httpd/httpd/trunk .
+     +1: ivan
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]
 
@@ -269,11 +274,6 @@ PATCHES/ISSUES THAT ARE BEING WORKED
              make it nonblocking (by default)?
         jim: Non-blocking seems the best way to handle...
 
-  *) CMake: Use full path to gen_test_char.exe in CUSTOM_COMMAND.
-     trunk patch: http://svn.apache.org/r1902366
-     2.4.x patch: svn merge -c r1902366 ^/httpd/httpd/trunk .
-     +1: ivan    
-
 PATCHES/ISSUES THAT ARE STALLED
 
   *) core: avoid duplicate headers when using ap_send_error_response.