You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by iv...@apache.org on 2023/01/17 17:17:37 UTC

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

Author: ivan
Date: Tue Jan 17 17:17:37 2023
New Revision: 1906742

URL: http://svn.apache.org/viewvc?rev=1906742&view=rev
Log:
Propose r1902366.

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=1906742&r1=1906741&r2=1906742&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Jan 17 17:17:37 2023
@@ -228,6 +228,11 @@ 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.